Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test
Function · 0.95
spawn
Function · 0.95
net.js
File · 0.45
setupListenHandle
Function · 0.45
replaceHandle
Function · 0.45
dgram.js
File · 0.45
_http_agent.js
File · 0.45
_forkChild
Function · 0.45
setupConnectionsTracking
Function · 0.45
setWeakAbortSignalTimeout
Function · 0.45
[kTransferList]
Method · 0.45
[kDeserialize]
Method · 0.45
Calls
no outgoing calls
Tested by
1
test
Function · 0.76