MCPcopy
hub / github.com/midrender/revideo / isCached

Method isCached

packages/core/src/scenes/Scene.ts:326–326  ·  view source on GitHub ↗

* Is this scene cached? * * @remarks * Used only by GeneratorScene. Seeking through a project that * contains at least one uncached scene will log a warning to the console. * * Should always return `true`.

()

Source from the content-addressed store, hash-verified

324 * Should always return `true`.
325 */
326 isCached(): boolean;
327
328 /**
329 * Get all media assets

Callers 3

recalculateFunction · 0.80
seekMethod · 0.80
findBestSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected