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

Function _invoke

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

Source from the content-addressed store, hash-verified

106
107 @internalcode
108 def _invoke(self, arguments, autoescape):
109 if not self._environment.is_async:
110 return original_invoke(self, arguments, autoescape)
111 return async_invoke(self, arguments, autoescape)
112 return update_wrapper(_invoke, original_invoke)
113
114

Callers

nothing calls this directly

Calls 1

async_invokeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…