Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
type
StatusUpdater = (text: string) => Promise<void>;
36
37
const
sleep = (ms: number): Promise<void> =>
38
new
Promise((resolve) => setTimeout(resolve, ms));
39
Callers
2
callCodexImage
Function · 0.70
handleCximg
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected