Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ has
Method
has
lib/diagnostics_channel.js:57–59 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
55
}
56
57
has(key) {
58
return
!!this.get(key);
59
}
60
61
incRef(key) {
62
return
super.get(key)?.incRef();
Callers
1
WeakRefMap
Class · 0.95
Calls
1
get
Method · 0.95
Tested by
no test coverage detected