MCPcopy Create free account
hub / github.com/clientdb/clientdb / wait

Function wait

core/utils/promises.ts:36–40  ·  view source on GitHub ↗
(time: number)

Source from the content-addressed store, hash-verified

34}
35
36export function wait(time: number) {
37 return new Promise<void>((resolve) => {
38 setTimeout(resolve, time);
39 });
40}

Callers 1

flushNextFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected