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

Function tracingChannel

lib/diagnostics_channel.js:630–632  ·  view source on GitHub ↗
(nameOrChannels)

Source from the content-addressed store, hash-verified

628}
629
630function tracingChannel(nameOrChannels) {
631 return new TracingChannel(nameOrChannels);
632}
633
634dc_binding.linkNativeChannel((name) => channel(name));
635

Callers 3

loader.jsFile · 0.85
loader.jsFile · 0.85
utils.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected