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

Function getNextTraceEventId

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

Source from the content-addressed store, hash-verified

39let traceEventId = 0;
40
41function getNextTraceEventId() {
42 return ++traceEventId;
43}
44
45const httpEnabled = getCategoryEnabledBuffer('node.http');
46

Callers 2

_http_client.jsFile · 0.85
ServerResponseFunction · 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…