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

Function delay

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

Source from the content-addressed store, hash-verified

207};
208
209const delay = (ms: number): Promise<void> =>
210 new Promise((resolveDelay) => setTimeout(resolveDelay, ms));
211
212export async function startSidecar(options: StartOptions = {}): Promise<SidecarConnection> {
213 const hostname = options.hostname ?? "127.0.0.1";

Callers 1

isDaemonReachableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected