MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / wait

Function wait

packages/core/fumadb/test/shared.ts:393–393  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

391};
392
393const wait = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));
394
395function isMongoError(error: unknown, codeName: string) {
396 return (

Callers 1

ensureMongoPrimaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected