MCPcopy 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

1export function sleep(ms: number): Promise<void> {
2 return new Promise((resolve) => setTimeout(resolve, ms));
3}

Callers 4

actionMethod · 0.90
#stopInstanceMethod · 0.90
checkDiskNowMethod · 0.90
autoStartMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected