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

Method init

systemvm/agent/noVNC/core/websock.js:244–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242 }
243
244 init() {
245 this._allocateBuffers();
246 this._rQi = 0;
247 this._websocket = null;
248 }
249
250 open(uri, protocols) {
251 this.attach(new WebSocket(uri, protocols));

Callers 1

attachMethod · 0.95

Calls 1

_allocateBuffersMethod · 0.95

Tested by

no test coverage detected