Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ run
Function
run
lib/internal/debugger/inspect_repl.js:983–985 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
981
},
982
983
get run() {
984
return
runAndInit();
985
},
986
987
get kill() {
988
return
inspector.killChild();
Callers
nothing calls this directly
Calls
1
runAndInit
Function · 0.85
Tested by
no test coverage detected