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

Function c

test/fixtures/repl-pretty-stack.js:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11function c() {
12 d(function() { throw new Error('Whoops!'); });
13}
14
15function d(f) {
16 f();

Callers 5

bFunction · 0.70
__init__Method · 0.50
loadFunction · 0.50
composeFunction · 0.50
createRulesMapFunction · 0.50

Calls 1

dFunction · 0.70

Tested by

no test coverage detected