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

Method _renderQPush

systemvm/agent/noVNC/core/display.js:482–489  ·  view source on GitHub ↗
(action)

Source from the content-addressed store, hash-verified

480 }
481
482 _renderQPush(action) {
483 this._renderQ.push(action);
484 if (this._renderQ.length === 1) {
485 // If this can be rendered immediately it will be, otherwise
486 // the scanner will wait for the relevant event
487 this._scanRenderQ();
488 }
489 }
490
491 _resumeRenderQ() {
492 // "this" is the object that is ready, not the

Callers 6

flipMethod · 0.95
fillRectMethod · 0.95
copyImageMethod · 0.95
imageRectMethod · 0.95
videoFrameMethod · 0.95
blitImageMethod · 0.95

Calls 1

_scanRenderQMethod · 0.95

Tested by

no test coverage detected