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

Method _resetContext

systemvm/agent/noVNC/core/decoders/h264.js:279–281  ·  view source on GitHub ↗
(x, y, width, height)

Source from the content-addressed store, hash-verified

277 }
278
279 _resetContext(x, y, width, height) {
280 delete this._contexts[this._contextId(x, y, width, height)];
281 }
282
283 _resetAllContexts() {
284 this._contexts = {};

Callers 1

decodeRectMethod · 0.95

Calls 1

_contextIdMethod · 0.95

Tested by

no test coverage detected