class SyntaxTree::Mermaid::FlowChart

def fetch(id)

Retrieve a node that has already been added to the flowchart by its id.
def fetch(id)
  nodes.fetch(id)
end