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

Function trackWriteState

lib/internal/http2/core.js:1947–1952  ·  view source on GitHub ↗
(stream, bytes)

Source from the content-addressed store, hash-verified

1945}
1946
1947function trackWriteState(stream, bytes) {
1948 const session = stream[kSession];
1949 stream[kState].writeQueueSize += bytes;
1950 session[kState].writeQueueSize += bytes;
1951 session[kHandle].chunksSentSinceLastWrite = 0;
1952}
1953
1954function streamOnResume() {
1955 if (!this.destroyed)

Callers 2

[kWriteGeneric]Method · 0.85
startFilePipeFunction · 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…