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