Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
export
function
startScene(scene: Scene) {
17
SceneStack.push(scene);
18
}
19
20
export
function
endScene(scene: Scene) {
21
if
(SceneStack.pop() !== scene) {
Callers
3
mockScene2D
Function · 0.90
debug.test.ts
File · 0.90
execute
Function · 0.90
Calls
no outgoing calls
Tested by
1
mockScene2D
Function · 0.72