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

Method sQpushString

systemvm/agent/noVNC/core/websock.js:197–200  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

195 }
196
197 sQpushString(str) {
198 let bytes = str.split('').map(chr => chr.charCodeAt(0));
199 this.sQpushBytes(new Uint8Array(bytes));
200 }
201
202 sQpushBytes(bytes) {
203 for (let offset = 0;offset < bytes.length;) {

Callers 5

_negotiateXvpAuthMethod · 0.80
_negotiatePlainAuthMethod · 0.80
clientFenceFunction · 0.80

Calls 2

sQpushBytesMethod · 0.95
mapMethod · 0.80

Tested by

no test coverage detected