Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ wait
Function
wait
src/node-cron.test.ts:299–301 ·
view source on GitHub ↗
(time: number)
Source
from the content-addressed store, hash-verified
297
298
299
function
wait(time: number){
300
return
new
Promise(r=> setTimeout(r, time));
301
}
Callers
1
node-cron.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected