MCPcopy Index your code
hub / github.com/devcontainers/cli / delay

Function delay

src/spec-common/async.ts:6–8  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

4 *--------------------------------------------------------------------------------------------*/
5
6export async function delay(ms: number): Promise<void> {
7 return new Promise<void>(resolve => setTimeout(resolve, ms));
8}

Callers 5

runUserEnvProbeFunction · 0.90
putManifestWithTagsFunction · 0.90
e2e.test.tsFile · 0.90
removeContainerFunction · 0.90
pollFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected