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

Function startScene

packages/core/src/utils/useScene.ts:16–18  ·  view source on GitHub ↗
(scene: Scene)

Source from the content-addressed store, hash-verified

14}
15
16export function startScene(scene: Scene) {
17 SceneStack.push(scene);
18}
19
20export function endScene(scene: Scene) {
21 if (SceneStack.pop() !== scene) {

Callers 3

mockScene2DFunction · 0.90
debug.test.tsFile · 0.90
executeFunction · 0.90

Calls

no outgoing calls

Tested by 1

mockScene2DFunction · 0.72