Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
393
const
wait = (ms: number) =>
new
Promise((resolve) => setTimeout(resolve, ms));
394
395
function
isMongoError(error: unknown, codeName: string) {
396
return
(
Callers
1
ensureMongoPrimary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected