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

Function fn

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

Source from the content-addressed store, hash-verified

2234 '[Function: Foo]'
2235 );
2236 function fn() {}
2237 Object.defineProperty(fn, 'name', { value: 'class Foo {}' });
2238 assert.strictEqual(
2239 util.inspect(fn),

Callers 15

runFunction · 0.70
tickUnrefFunction · 0.70
runTestFunction · 0.70
transformFunction · 0.70
ignoreExpectedErrorFunction · 0.70
runFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56