MCPcopy
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

waitForOrchestratorFunction · 0.70

Calls 2

getBrowserStateFunction · 0.90
resolveFunction · 0.50

Tested by

no test coverage detected