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

Method push_assign_tracking

tools/inspector_protocol/jinja2/compiler.py:661–663  ·  view source on GitHub ↗

Pushes a new layer for assignment tracking.

(self)

Source from the content-addressed store, hash-verified

659 return target in self._param_def_block[-1]
660
661 def push_assign_tracking(self):
662 """Pushes a new layer for assignment tracking."""
663 self._assign_stack.append(set())
664
665 def pop_assign_tracking(self, frame):
666 """Pops the topmost level for assignment tracking and updates the

Callers 2

visit_AssignMethod · 0.95
visit_AssignBlockMethod · 0.95

Calls 2

setFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected