Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/novnc/noVNC
/ hasData
Method
hasData
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
nothing calls this directly
Calls
1
rQwait
Method · 0.80
Tested by
no test coverage detected