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

Function unsubscribe

lib/diagnostics_channel.js:277–279  ·  view source on GitHub ↗
(name, subscription)

Source from the content-addressed store, hash-verified

275}
276
277function unsubscribe(name, subscription) {
278 return channel(name).unsubscribe(subscription);
279}
280
281function hasSubscribers(name) {
282 const channel = channels.get(name);

Calls 2

channelFunction · 0.85
unsubscribeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…