Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_createContext
Method · 0.95
_getContext
Method · 0.95
_resetContext
Method · 0.95
Calls
1
join
Method · 0.45
Tested by
no test coverage detected