MCPcopy 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

WeakRefMapClass · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected