Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
260
const
channels =
new
WeakRefMap();
Callers
2
test-diagnostics-channel-run-stores-scope.js
File · 0.45
test-diagnostics-channel-run-stores-scope-transform-error.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected