Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ sleep
Function
sleep
next/lib/index.ts:22–24 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
20
}
21
22
export
function
sleep(ms: number) {
23
return
new
Promise((resolve) => { setTimeout(resolve, ms) })
24
}
Callers
2
POST
Function · 0.90
GET
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected