MCPcopy
hub / github.com/microsoft/vscode / wait

Method wait

test/automation/src/code.ts:349–351  ·  view source on GitHub ↗
(millis: number)

Source from the content-addressed store, hash-verified

347 }
348
349 wait(millis: number): Promise<void> {
350 return this.driver.wait(millis);
351 }
352
353 private async poll<T>(
354 fn: () => Promise<T>,

Callers 8

exitMethod · 0.95
pollMethod · 0.95
runCommandMethod · 0.45
runCommandMethod · 0.45
runCommandWithValueMethod · 0.45
activateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected