MCPcopy Index your code
hub / github.com/nodejs/node / disconnect

Method disconnect

typings/internalBinding/inspector.d.ts:3–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1interface InspectorConnectionInstance {
2 dispatch(message: string): void;
3 disconnect(): void;
4}
5
6interface InspectorConnectionConstructor {

Callers 15

dgram.jsFile · 0.65
disconnectMethod · 0.65
setupChannelFunction · 0.65
sendInspectorCommandFunction · 0.65
primary.jsFile · 0.65
checkWaitingCountFunction · 0.65
child.jsFile · 0.65
broadcastFunction · 0.65
checkUnforcedFunction · 0.65
checkForcedFunction · 0.65
runTestsFunction · 0.65

Calls

no outgoing calls

Tested by 3

testFunction · 0.52
testFunction · 0.52
testFunction · 0.52