MCPcopy Create free account
hub / github.com/ecto/muni / getFrameVersion

Function getFrameVersion

depot/console/src/lib/videoFrameStore.ts:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 * Increments on every frame update.
123 */
124export function getFrameVersion(): number {
125 return globalStore.version;
126}
127
128/**
129 * Get the latest frame URL and timestamp (for backwards compatibility).

Callers 2

EquirectangularSkyFunction · 0.90
CameraFeedSectionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected