Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
function
sleep(ms: number) {
2
return
new
Promise((resolve) => setTimeout(resolve, ms));
3
}
Callers
3
onToolCall
Function · 0.90
onToolCall
Function · 0.90
acquire
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected