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