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

Function delay

apps/desktop/src/main/sidecar.ts:215–216  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

213};
214
215const delay = (ms: number): Promise<void> =>
216 new Promise((resolveDelay) => setTimeout(resolveDelay, ms));
217
218/**
219 * Where this app keeps `data.db`, `auth.json`, and the server manifest.

Callers 1

isDaemonReachableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected