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

Function unrefActive

lib/internal/timers.js:353–355  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

351// Internal APIs that need timeouts should use `unrefActive()` instead of
352// `active()` so that they do not unnecessarily keep the process open.
353function unrefActive(item) {
354 insertGuarded(item, false);
355}
356
357// The underlying logic for scheduling or re-scheduling a timer.
358//

Callers 1

refreshMethod · 0.85

Calls 1

insertGuardedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…