Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
39
let
traceEventId = 0;
40
41
function
getNextTraceEventId() {
42
return
++traceEventId;
43
}
44
45
const
httpEnabled = getCategoryEnabledBuffer(
'node.http'
);
46
Callers
2
_http_client.js
File · 0.85
ServerResponse
Function · 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…