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

Function internalcode

tools/inspector_protocol/jinja2/utils.py:83–86  ·  view source on GitHub ↗

Marks the function as internally used

(f)

Source from the content-addressed store, hash-verified

81
82
83def internalcode(f):
84 """Marks the function as internally used"""
85 internal_code.add(f.__code__)
86 return f
87
88
89def is_undefined(obj):

Callers

nothing calls this directly

Calls 1

addMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…