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

Method _setCapability

systemvm/agent/noVNC/core/rfb.js:1136–1140  ·  view source on GitHub ↗
(cap, val)

Source from the content-addressed store, hash-verified

1134 }
1135
1136 _setCapability(cap, val) {
1137 this._capabilities[cap] = val;
1138 this.dispatchEvent(new CustomEvent("capabilities",
1139 { detail: { capabilities: this._capabilities } }));
1140 }
1141
1142 _handleMessage() {
1143 if (this._sock.rQwait("message", 1)) {

Callers 1

_handleXvpMsgMethod · 0.95

Calls 1

dispatchEventMethod · 0.80

Tested by

no test coverage detected