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

Function delay

e2e/cloud/mcp-sse-replay.test.ts:16–16  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

14const emailOf = (identity: Identity): string => identity.credentials?.email ?? identity.label;
15
16const delay = (ms: number): Promise<void> => new Promise((resolve) => setTimeout(resolve, ms));
17
18const initializeBody = {
19 jsonrpc: "2.0" as const,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected