Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ install
Function
install
lib/internal/process/finalization.js:33–39 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
31
};
32
33
function
install(event) {
34
if
(refs[event].length > 0) {
35
return
;
36
}
37
38
process.on(event, functions[event]);
39
}
40
41
function
uninstall(event) {
42
if
(refs[event].length > 0) {
Callers
1
_register
Function · 0.70
Calls
1
on
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…