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

Method temporary_identifier

tools/inspector_protocol/jinja2/compiler.py:317–320  ·  view source on GitHub ↗

Get a new unique identifier.

(self)

Source from the content-addressed store, hash-verified

315 raise TemplateAssertionError(msg, lineno, self.name, self.filename)
316
317 def temporary_identifier(self):
318 """Get a new unique identifier."""
319 self._last_identifier += 1
320 return 't_%d' % self._last_identifier
321
322 def buffer(self, frame):
323 """Enable buffering for the frame from that point onwards."""

Callers 6

bufferMethod · 0.95
pull_dependenciesMethod · 0.95
visit_TemplateMethod · 0.95
visit_ForMethod · 0.95
visit_OverlayScopeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected