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

Function debugSession

lib/internal/http2/core.js:229–232  ·  view source on GitHub ↗
(sessionType, message, ...args)

Source from the content-addressed store, hash-verified

227}
228
229function debugSession(sessionType, message, ...args) {
230 debug('Http2Session %s: ' + message, sessionName(sessionType),
231 ...args);
232}
233
234function debugSessionObj(session, message, ...args) {
235 debugSession(session[kType], message, ...args);

Callers 3

debugSessionObjFunction · 0.85
setupHandleFunction · 0.85
constructorMethod · 0.85

Calls 2

sessionNameFunction · 0.85
debugFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…