Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
650
function
sleep (ms: number): Promise<unknown> {
651
return
new
Promise(resolve => setTimeout(resolve, ms))
652
}
Callers
1
_receiveResponse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected