Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ sleep
Function
sleep
server/src/utils/batch.ts:235–237 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
233
}
234
235
function
sleep(ms: number): Promise<void> {
236
return
new
Promise((resolve) => setTimeout(resolve, ms));
237
}
Callers
1
pollForCompletion
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected