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

Function toDebug

test/parallel/test-inspector-connect-main-thread.js:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17function toDebug() {
18 let a = 1;
19 a = a + 1;
20 return a * 200;
21}
22
23const messagesSent = [];
24

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…