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

Method get_resolve_func

tools/inspector_protocol/jinja2/compiler.py:643–647  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

641 return self._context_reference_stack[-1]
642
643 def get_resolve_func(self):
644 target = self._context_reference_stack[-1]
645 if target == 'context':
646 return 'resolve'
647 return '%s.resolve' % target
648
649 def derive_context(self, frame):
650 return '%s.derived(%s)' % (

Callers 1

enter_frameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected