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

Method getLibuvNow

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

Source from the content-addressed store, hash-verified

1export interface TimersBinding {
2 getLibuvNow(): number;
3 setupTimers(immediateCallback: () => void, timersCallback: (now: number) => void): void;
4 scheduleTimer(msecs: number): void;
5 toggleTimerRef(value: boolean): void;

Callers 5

insertFunction · 0.80
listOnTimeoutFunction · 0.80
test-timers-now.jsFile · 0.80
getLibuvNowFunction · 0.80
fFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected