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

Function b

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

Source from the content-addressed store, hash-verified

5}
6
7function b() {
8 c();
9}
10
11function c() {
12 d(function() { throw new Error('Whoops!'); });

Callers 1

aFunction · 0.70

Calls 1

cFunction · 0.70

Tested by

no test coverage detected