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

Function hasSubscribers

lib/diagnostics_channel.js:281–286  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

279}
280
281function hasSubscribers(name) {
282 const channel = channels.get(name);
283 if (!channel) return false;
284
285 return channel.hasSubscribers;
286}
287
288const boundedEvents = [
289 'start',

Calls 1

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…