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