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

Function delay

apps/local/src/db/owned-database.test.ts:26–26  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

24const appRoot = join(import.meta.dirname, "../..");
25
26const delay = (ms: number): Promise<void> => new Promise((resolve) => setTimeout(resolve, ms));
27
28const makeOwnedTestDatabase = (dataDir: string, namespace = TEST_NAMESPACE) =>
29 openOwnedLocalDatabase({

Callers 1

waitForMarkerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected