MCPcopy 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

constructorMethod · 0.95
runMethod · 0.95
childPrintMethod · 0.95
killFunction · 0.80

Calls 2

killMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected