MCPcopy Create free account
hub / github.com/congo-cc/congo-parser-generator / open_node_scope

Method open_node_scope

examples/rust/testfiles/ast.rs:953–956  ·  view source on GitHub ↗

Opens a new node scope for the given production node. Nodes pushed after this call belong to this scope until `close_node_scope` is called.

(&mut self, node: NodeId)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

parse_rootMethod · 0.80
parse_blockMethod · 0.80
parse_statementMethod · 0.80
parse_assignmentMethod · 0.80
parse_doblockMethod · 0.80
parse_gotostatementMethod · 0.80
parse_forstatementMethod · 0.80
parse_ifstatementMethod · 0.80
parse_repeatstatementMethod · 0.80

Calls 2

lenMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected