MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / sleep

Function sleep

__tests__/mcp-startup-orphan.test.ts:62–62  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

60}
61
62const sleep = (ms: number) => new Promise((r) => setTimeout(r, ms));
63
64describe.skipIf(process.platform === 'win32')('startup-orphan backstop (#1185)', () => {
65 let dir: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected