Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ killChild
Method
killChild
lib/internal/debugger/inspect.js:147–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
}
146
147
killChild() {
148
this.client.reset();
149
if
(this.child) {
150
this.child.kill();
151
this.child = null;
152
}
153
}
154
155
async
run() {
156
this.killChild();
Callers
4
constructor
Method · 0.95
run
Method · 0.95
childPrint
Method · 0.95
kill
Function · 0.80
Calls
2
kill
Method · 0.80
reset
Method · 0.45
Tested by
no test coverage detected