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

Method runStores

lib/diagnostics_channel.js:248–250  ·  view source on GitHub ↗
(data, fn, thisArg, ...args)

Source from the content-addressed store, hash-verified

246 publish() {}
247
248 runStores(data, fn, thisArg, ...args) {
249 return ReflectApply(fn, thisArg, args);
250 }
251
252 withStoreScope() {
253 // Return no-op disposable for inactive channels

Callers 3

runMethod · 0.45
createBuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected