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

Function async_invoke

tools/inspector_protocol/jinja2/asyncsupport.py:101–105  ·  view source on GitHub ↗
(self, arguments, autoescape)

Source from the content-addressed store, hash-verified

99def wrap_macro_invoke(original_invoke):
100 @internalcode
101 async def async_invoke(self, arguments, autoescape):
102 rv = await self._func(*arguments)
103 if autoescape:
104 rv = Markup(rv)
105 return rv
106
107 @internalcode
108 def _invoke(self, arguments, autoescape):

Callers 1

_invokeFunction · 0.85

Calls 1

MarkupClass · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…