Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
9
function
disable() {
10
require(
'internal/inspector/network_http'
).disable();
11
require(
'internal/inspector/network_http2'
).disable();
12
require(
'internal/inspector/network_undici'
).disable();
13
}
14
15
module.exports = {
16
enable,
Callers
nothing calls this directly
Calls
2
require
Function · 0.50
disable
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…