Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
waitForDisconnect
Method · 0.95
Calls
2
waitForServerDisconnect
Method · 0.95
destroy
Method · 0.45
Tested by
no test coverage detected