MCPcopy Create free account
hub / github.com/apache/cloudstack / _sQensureSpace

Method _sQensureSpace

systemvm/agent/noVNC/core/websock.js:224–228  ·  view source on GitHub ↗
(bytes)

Source from the content-addressed store, hash-verified

222 }
223
224 _sQensureSpace(bytes) {
225 if (this._sQbufferSize - this._sQlen < bytes) {
226 this.flush();
227 }
228 }
229
230 // Event handlers
231 off(evt) {

Callers 4

sQpush8Method · 0.95
sQpush16Method · 0.95
sQpush32Method · 0.95
sQpushBytesMethod · 0.95

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected