Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ waitForDisconnect
Method
waitForDisconnect
test/common/inspector-helper.js:323–327 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
321
}
322
323
async
waitForDisconnect() {
324
while
((
await
this._instance.nextStderrString()) !==
325
'Waiting for the debugger to disconnect...'
);
326
await
this.disconnect();
327
}
328
329
scriptPath() {
330
return
this._instance.scriptPath();
Callers
6
runToCompletion
Method · 0.95
test
Function · 0.80
collectParsedScripts
Function · 0.80
test-inspector-debug-async-hook.js
File · 0.80
runTest
Function · 0.80
test-inspector-network-resource.js
File · 0.80
Calls
2
disconnect
Method · 0.95
nextStderrString
Method · 0.80
Tested by
1
test
Function · 0.64