MCPcopy Index your code
hub / github.com/nodejs/node / analyze_node

Method analyze_node

tools/inspector_protocol/jinja2/idtracking.py:39–41  ·  view source on GitHub ↗
(self, node, **kwargs)

Source from the content-addressed store, hash-verified

37 self.stores = set()
38
39 def analyze_node(self, node, **kwargs):
40 visitor = RootVisitor(self)
41 visitor.visit(node, **kwargs)
42
43 def _define_ref(self, name, load=None):
44 ident = 'l_%d_%s' % (self.level, name)

Callers 9

symbols_for_nodeFunction · 0.95
macro_bodyMethod · 0.45
visit_TemplateMethod · 0.45
visit_ForMethod · 0.45
visit_FilterBlockMethod · 0.45
visit_WithMethod · 0.45
visit_AssignBlockMethod · 0.45
visit_ScopeMethod · 0.45
visit_OverlayScopeMethod · 0.45

Calls 2

RootVisitorClass · 0.70
visitMethod · 0.45

Tested by

no test coverage detected