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

Function unref

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

Source from the content-addressed store, hash-verified

172 }
173
174 function unref() {
175 if (fakeHandle) {
176 clearInterval(fakeHandle);
177 fakeHandle = null;
178 }
179 }
180
181 function listen(backlog) {
182 // TODO(bnoordhuis) Send a message to the primary that tells it to

Callers 2

closeFunction · 0.70
barFunction · 0.50

Calls 1

clearIntervalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…