MCPcopy
hub / github.com/msgbyte/tianji / sleep

Function sleep

src/shared/src/common.ts:1–3  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

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

Callers 3

onToolCallFunction · 0.90
onToolCallFunction · 0.90
acquireMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected