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

Function debugSessionObj

lib/internal/http2/core.js:234–236  ·  view source on GitHub ↗
(session, message, ...args)

Source from the content-addressed store, hash-verified

232}
233
234function debugSessionObj(session, message, ...args) {
235 debugSession(session[kType], message, ...args);
236}
237
238const kMaxFrameSize = (2 ** 24) - 1;
239const kMaxInt = (2 ** 32) - 1;

Callers 15

onPingFunction · 0.85
onSettingsFunction · 0.85
onFrameErrorFunction · 0.85
onAltSvcFunction · 0.85
onOriginFunction · 0.85
onGoawayDataFunction · 0.85
requestOnConnectFunction · 0.85
settingsCallbackFunction · 0.85
submitSettingsFunction · 0.85
submitGoawayFunction · 0.85
finishSessionCloseFunction · 0.85
closeSessionFunction · 0.85

Calls 1

debugSessionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…