MCPcopy Create free account
hub / github.com/idosal/git-mcp / setTimeout

Method setTimeout

worker-configuration.d.ts:221–221  ·  view source on GitHub ↗
(callback: (...args: any[]) => void, msDelay?: number)

Source from the content-addressed store, hash-verified

219 btoa(data: string): string;
220 atob(data: string): string;
221 setTimeout(callback: (...args: any[]) => void, msDelay?: number): number;
222 setTimeout<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number;
223 clearTimeout(timeoutId: number | null): void;
224 setInterval(callback: (...args: any[]) => void, msDelay?: number): number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected