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

Method unref

lib/internal/worker.js:504–509  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

502 }
503
504 unref() {
505 if (this[kHandle] === null) return;
506
507 this[kHandle].unref();
508 this[kPublicPort].unref();
509 }
510
511 get threadId() {
512 if (this[kHandle] === null) return -1;

Callers 15

testFunction · 0.95
spawnFunction · 0.95
net.jsFile · 0.45
setupListenHandleFunction · 0.45
replaceHandleFunction · 0.45
dgram.jsFile · 0.45
_http_agent.jsFile · 0.45
_forkChildFunction · 0.45
setupConnectionsTrackingFunction · 0.45
[kTransferList]Method · 0.45
[kDeserialize]Method · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.76