Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ check
Function
check
packages/browser/src/client/client.ts:50–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
function
check() {
51
const
orchestrator = getBrowserState().orchestrator
52
if
(orchestrator) {
53
return
resolve(orchestrator)
54
}
55
setTimeout(check)
56
}
57
check()
58
})
59
}
Callers
1
waitForOrchestrator
Function · 0.70
Calls
2
getBrowserState
Function · 0.90
resolve
Function · 0.50
Tested by
no test coverage detected