Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
17
function
toDebug() {
18
let
a = 1;
19
a = a + 1;
20
return
a * 200;
21
}
22
23
const
messagesSent = [];
24
Callers
1
main
Function · 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…