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

Method run

lib/diagnostics_channel.js:397–402  ·  view source on GitHub ↗
(context, fn, thisArg, ...args)

Source from the content-addressed store, hash-verified

395 }
396
397 run(context, fn, thisArg, ...args) {
398 context ??= {};
399 // eslint-disable-next-line no-unused-vars
400 using scope = this.withScope(context);
401 return ReflectApply(fn, thisArg, args);
402 }
403}
404
405function boundedChannel(nameOrChannels) {

Callers

nothing calls this directly

Calls 1

withScopeMethod · 0.95

Tested by

no test coverage detected