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

Function setupNetworkInspection

lib/internal/process/pre_execution.js:558–566  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

556}
557
558function setupNetworkInspection() {
559 if (internalBinding('config').hasInspector && getOptionValue('--experimental-network-inspection')) {
560 const {
561 enable,
562 disable,
563 } = require('internal/inspector_network_tracking');
564 internalBinding('inspector').setupNetworkTracking(enable, disable);
565 }
566}
567
568// In general deprecations are initialized wherever the APIs are implemented,
569// this is used to deprecate APIs implemented in C++ where the deprecation

Callers 1

prepareExecutionFunction · 0.85

Calls 3

getOptionValueFunction · 0.85
setupNetworkTrackingMethod · 0.80
requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…