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

Method hasData

systemvm/agent/noVNC/core/ra2.js:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 _waitSockAsync(len) {
57 return new Promise((resolve, reject) => {
58 const hasData = () => !this._sock.rQwait('RA2', len);
59 if (hasData()) {
60 resolve();
61 } else {

Callers 2

jquery-1.7.2.jsFile · 0.80
cloneCopyEventFunction · 0.80

Calls 1

rQwaitMethod · 0.80

Tested by

no test coverage detected