Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ pop_context_reference
Method
pop_context_reference
deps/v8/third_party/jinja2/compiler.py:756–757 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
754
self._context_reference_stack.append(target)
755
756
def
pop_context_reference(self) -> None:
757
self._context_reference_stack.pop()
758
759
def
get_context_ref(self) -> str:
760
return
self._context_reference_stack[-1]
Callers
1
visit_OverlayScope
Method · 0.95
Calls
1
pop
Method · 0.80
Tested by
no test coverage detected