MCPcopy Create free account
hub / github.com/nodejs/node / disconnect

Method disconnect

test/common/inspector-helper.js:159–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158
159 async disconnect() {
160 this._socket.destroy();
161 return this.waitForServerDisconnect();
162 }
163
164 _onMessage(message) {
165 if (message.id) {

Callers 1

waitForDisconnectMethod · 0.95

Calls 2

destroyMethod · 0.45

Tested by

no test coverage detected