MCPcopy
hub / github.com/lingodotdev/lingo.dev / delay

Function delay

packages/cli/src/cli/utils/exec.ts:84–86  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

82});
83
84function delay(ms: number) {
85 return new Promise((resolve) => setTimeout(resolve, ms));
86}

Callers 2

execAsyncFunction · 0.85
execWithRetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected