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

Method _contextId

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

Source from the content-addressed store, hash-verified

245 }
246
247 _contextId(x, y, width, height) {
248 return [x, y, width, height].join(',');
249 }
250
251 _findOldestContextId() {
252 let oldestTick = Number.MAX_VALUE;

Callers 3

_createContextMethod · 0.95
_getContextMethod · 0.95
_resetContextMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected