Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
630
function
tracingChannel(nameOrChannels) {
631
return
new
TracingChannel(nameOrChannels);
632
}
633
634
dc_binding.linkNativeChannel((name) => channel(name));
635
Callers
3
loader.js
File · 0.85
loader.js
File · 0.85
utils.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected