MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / sleep

Function sleep

codex_image/codex_image.ts:35–36  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

33};
34
35type StatusUpdater = (text: string) => Promise<void>;
36
37const sleep = (ms: number): Promise<void> =>
38 new Promise((resolve) => setTimeout(resolve, ms));
39

Callers 2

callCodexImageFunction · 0.70
handleCximgFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected