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
218export async function startSidecar(options: StartOptions = {}): Promise<SidecarConnection> {
219 const hostname = options.hostname ?? "127.0.0.1";

Callers 1

isDaemonReachableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected