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

Function disable

lib/internal/inspector/network.js:80–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 function disable() {
81 ArrayPrototypeForEach(listenerPairs, ({ 0: channel, 1: listener }) => {
82 dc.unsubscribe(channel, listener);
83 });
84 }
85
86 return {
87 enable,

Callers

nothing calls this directly

Calls 1

unsubscribeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…