Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ incRef
Method
incRef
lib/diagnostics_channel.js:61–63 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
59
}
60
61
incRef(key) {
62
return
super.get(key)?.incRef();
63
}
64
65
decRef(key) {
66
return
super.get(key)?.decRef();
Callers
2
subscribe
Method · 0.45
bindStore
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected