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

Function recursive

test/parallel/test-async-hooks-stack-overflow.js:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 let handlerCalled = false;
15
16 function recursive() {
17 // Create a promise to trigger async_hooks init callback
18 new Promise(() => {});
19 return recursive();
20 }
21
22 createHook({ init() {} }).enable();
23

Callers 6

compare.jsFile · 0.50
recursiveMethod · 0.50
_queueMethod · 0.50
_runMethod · 0.50
scatter.jsFile · 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…