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

Function disable

lib/internal/inspector_network_tracking.js:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9function disable() {
10 require('internal/inspector/network_http').disable();
11 require('internal/inspector/network_http2').disable();
12 require('internal/inspector/network_undici').disable();
13}
14
15module.exports = {
16 enable,

Callers

nothing calls this directly

Calls 2

requireFunction · 0.50
disableMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…