Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setupChannel
Function · 0.95
_forkChild
Function · 0.80
Calls
1
unref
Method · 0.45
Tested by
no test coverage detected