Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ visit_NSRef
Method
visit_NSRef
tools/inspector_protocol/jinja2/idtracking.py:218–219 ·
view source on GitHub ↗
(self, node, **kwargs)
Source
from the content-addressed store, hash-verified
216
self.symbols.load(node.name)
217
218
def
visit_NSRef(self, node, **kwargs):
219
self.symbols.load(node.name)
220
221
def
visit_If(self, node, **kwargs):
222
self.visit(node.test, **kwargs)
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected