MCPcopy Index your code
hub / github.com/nodejs/node / withStoreScope

Method withStoreScope

lib/diagnostics_channel.js:252–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 withStoreScope() {
253 // Return no-op disposable for inactive channels
254 return {
255 [SymbolDispose]() {},
256 };
257 }
258}
259
260const channels = new WeakRefMap();

Calls

no outgoing calls

Tested by

no test coverage detected