Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ _allocateBuffers
Method
_allocateBuffers
systemvm/agent/noVNC/core/websock.js:239–242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
}
238
239
_allocateBuffers() {
240
this._rQ =
new
Uint8Array(this._rQbufferSize);
241
this._sQ =
new
Uint8Array(this._sQbufferSize);
242
}
243
244
init() {
245
this._allocateBuffers();
Callers
1
init
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected