MCPcopy 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}
849function wait(delay) {
850 return new Promise((resolve) => setTimeout(resolve, delay));
851}
852//# sourceMappingURL=fetch.js.map

Callers 1

#sendMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected