Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageLeay/celestial-runtime
/ wait
Function
wait
lib.commonjs/utils/fetch.js:855–857 ·
view source on GitHub ↗
(delay)
Source
from the content-addressed store, hash-verified
853
}));
854
}
855
function
wait(delay) {
856
return
new
Promise((resolve) => setTimeout(resolve, delay));
857
}
858
//# sourceMappingURL=fetch.js.map
Callers
1
#send
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected