Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ waitForTopLevel
Method
waitForTopLevel
valdi/vscode_debugger/src/test/test.ts:419–422 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
417
}
418
419
async
waitForTopLevel() {
420
const
result =
await
new
Promise(f => (this._launchCallback = f));
421
return
result as TestP;
422
}
423
424
async
_launch(
425
url: string,
Callers
1
node-runtime.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected