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

Method bufferSize

lib/internal/http2/core.js:2154–2158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2152 }
2153
2154 get bufferSize() {
2155 // `bufferSize` properties of `net.Socket` are `undefined` when
2156 // their `_handle` are falsy. Here we avoid the behavior.
2157 return this[kState].writeQueueSize + this.writableLength;
2158 }
2159
2160 get endAfterHeaders() {
2161 return this[kState].endAfterHeaders;

Callers 1

bufferSizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected