MCPcopy Create free account
hub / github.com/nodejs/node / get_resolve_func

Method get_resolve_func

deps/v8/third_party/jinja2/compiler.py:762–766  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

760 return self._context_reference_stack[-1]
761
762 def get_resolve_func(self) -> str:
763 target = self._context_reference_stack[-1]
764 if target == "context":
765 return "resolve"
766 return f"{target}.resolve"
767
768 def derive_context(self, frame: Frame) -> str:
769 return f"{self.get_context_ref()}.derived({self.dump_local_context(frame)})"

Callers 1

enter_frameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected