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

Method unrefCounted

lib/internal/child_process.js:597–601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

595 }
596
597 unrefCounted() {
598 if (--this.#refs === 0 && !this.#refExplicitlySet) {
599 this.#channel.unref();
600 }
601 }
602
603 ref() {
604 this.#refExplicitlySet = true;

Callers 2

setupChannelFunction · 0.95
_forkChildFunction · 0.80

Calls 1

unrefMethod · 0.45

Tested by

no test coverage detected