MCPcopy Create free account
hub / github.com/UnsignedInt8/LightSword / setTimeout

Method setTimeout

typings/node/node.d.ts:990–990  ·  view source on GitHub ↗
(timeout: number, callback?: Function)

Source from the content-addressed store, hash-verified

988 pause(): void;
989 resume(): void;
990 setTimeout(timeout: number, callback?: Function): void;
991 setNoDelay(noDelay?: boolean): void;
992 setKeepAlive(enable?: boolean, initialDelay?: number): void;
993 address(): { port: number; family: string; address: string; };

Callers 6

connectServerMethod · 0.65
handleRequestMethod · 0.65
connectFunction · 0.65
handleOutboundFunction · 0.65
connectFunction · 0.65
sendCommandFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected