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

Function debugStreamObj

lib/internal/http2/core.js:223–227  ·  view source on GitHub ↗
(stream, message, ...args)

Source from the content-addressed store, hash-verified

221}
222
223function debugStreamObj(stream, message, ...args) {
224 const session = stream[kSession];
225 const type = session ? session[kType] : undefined;
226 debugStream(stream[kID], type, message, ...args);
227}
228
229function debugSession(sessionType, message, ...args) {
230 debug('Http2Session %s: ' + message, sessionName(sessionType),

Callers 10

onStreamCloseFunction · 0.85
shutdownWritableFunction · 0.85
[kWriteGeneric]Method · 0.85
_finalMethod · 0.85
sendTrailersMethod · 0.85
pushStreamMethod · 0.85
respondMethod · 0.85
respondWithFDMethod · 0.85
respondWithFileMethod · 0.85
additionalHeadersMethod · 0.85

Calls 1

debugStreamFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…