Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sQpush8
Method · 0.95
sQpush16
Method · 0.95
sQpush32
Method · 0.95
sQpushBytes
Method · 0.95
Calls
1
flush
Method · 0.95
Tested by
no test coverage detected