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

Function decRefCount

lib/internal/timers.js:338–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336}
337
338function decRefCount() {
339 if (--timeoutInfo[0] === 0) {
340 // We need to use the binding as the receiver for fast API calls.
341 binding.toggleTimerRef(false);
342 }
343}
344
345// Schedule or re-schedule a timer.
346// The item must have been enroll()'d first.

Callers 3

unenrollFunction · 0.85
unrefMethod · 0.85
insertGuardedFunction · 0.85

Calls 1

toggleTimerRefMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…