MCPcopy Create free account
hub / github.com/damms005/devdb-vscode / sleep

Function sleep

src/services/http-client.ts:35–37  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

33};
34
35async function sleep(ms: number): Promise<void> {
36 return new Promise(resolve => setTimeout(resolve, ms));
37}
38
39async function makeRequestWithRetry<T = any>(
40 url: string,

Callers 1

makeRequestWithRetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected