Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ sleep
Function
sleep
daemon/src/utils/sleep.ts:1–3 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
1
export
function
sleep(ms: number): Promise<void> {
2
return
new
Promise((resolve) => setTimeout(resolve, ms));
3
}
Callers
4
action
Method · 0.90
#stopInstance
Method · 0.90
checkDiskNow
Method · 0.90
autoStart
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected