MCPcopy Index your code
hub / github.com/nodejs/node / toggleTimerRef

Method toggleTimerRef

typings/internalBinding/timers.d.ts:5–5  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

3 setupTimers(immediateCallback: () => void, timersCallback: (now: number) => void): void;
4 scheduleTimer(msecs: number): void;
5 toggleTimerRef(value: boolean): void;
6 toggleImmediateRef(value: boolean): void;
7 immediateInfo: Uint32Array;
8}

Callers 3

incRefCountFunction · 0.80
decRefCountFunction · 0.80
testFastCallsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected