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

Method subscribe

lib/diagnostics_channel.js:224–227  ·  view source on GitHub ↗
(subscription)

Source from the content-addressed store, hash-verified

222 }
223
224 subscribe(subscription) {
225 markActive(this);
226 this.subscribe(subscription);
227 }
228
229 unsubscribe() {
230 return false;

Calls 1

markActiveFunction · 0.85

Tested by

no test coverage detected