MCPcopy 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

hasMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected