MCPcopy 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

subscribeMethod · 0.45
bindStoreMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected