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

Method withScope

lib/diagnostics_channel.js:393–395  ·  view source on GitHub ↗
(context = kEmptyObject)

Source from the content-addressed store, hash-verified

391 }
392
393 withScope(context = kEmptyObject) {
394 return new BoundedChannelScope(this, context);
395 }
396
397 run(context, fn, thisArg, ...args) {
398 context ??= {};

Calls

no outgoing calls

Tested by

no test coverage detected