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

Function traceBegin

lib/internal/http.js:53–55  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

51const traceEventCategory = 'node,node.http';
52
53function traceBegin(...args) {
54 trace(CHAR_LOWERCASE_B, traceEventCategory, ...args);
55}
56
57function traceEnd(...args) {
58 trace(CHAR_LOWERCASE_E, traceEventCategory, ...args);

Callers 2

_http_client.jsFile · 0.85
ServerResponseFunction · 0.85

Calls 1

traceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…