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

Function isTraceHTTPEnabled

lib/internal/http.js:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45const httpEnabled = getCategoryEnabledBuffer('node.http');
46
47function isTraceHTTPEnabled() {
48 return httpEnabled[0] > 0;
49}
50
51const traceEventCategory = 'node,node.http';
52

Callers 4

_http_client.jsFile · 0.85
parserOnIncomingClientFunction · 0.85
ServerResponseFunction · 0.85
_http_server.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…