Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_error
Function · 0.50
dude
Function · 0.50
Calls
1
setInterval
Function · 0.50
Tested by
no test coverage detected