MCPcopy Create free account
hub / github.com/ambianic/peerfetch / sleep

Function sleep

javascript/src/peerfetch.ts:650–652  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

648}
649
650function sleep (ms: number): Promise<unknown> {
651 return new Promise(resolve => setTimeout(resolve, ms))
652}

Callers 1

_receiveResponseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected