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

Function ref

lib/internal/cluster/child.js:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 let fakeHandle = null;
169
170 function ref() {
171 fakeHandle ||= setInterval(noop, TIMEOUT_MAX);
172 }
173
174 function unref() {
175 if (fakeHandle) {

Callers 2

abs_errorFunction · 0.50
dudeFunction · 0.50

Calls 1

setIntervalFunction · 0.50

Tested by

no test coverage detected