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

Function func

test/parallel/test-util-inspect.js:3936–3936  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3934 const o = {
3935 arrayBuffer: new ArrayBuffer(), buffer, typedArray: Uint8Array.from(buffer),
3936 array: [], func() {}, set: new Set([1]), map: new Map(),
3937 };
3938 for (const BuiltinPrototype of prototypes) {
3939 descriptors.set(BuiltinPrototype, Reflect.getOwnPropertyDescriptor(BuiltinPrototype, 'constructor'));

Callers 15

test-util-types.jsFile · 0.70
runSyncTestFunction · 0.70
runPromiseTestFunction · 0.70
runEnvInsideFunction · 0.70
executeOnHandleFunction · 0.70
_min_or_maxFunction · 0.50
do_roundFunction · 0.50
do_mapFunction · 0.50
prepare_select_or_rejectFunction · 0.50
select_or_rejectFunction · 0.50
call_filterMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…