Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ progress
Method
progress
packages/core/src/app/PlaybackManager.ts:78–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
public
async
progress() {
79
this.finished =
await
this.next();
80
return
this.finished;
81
}
82
83
public
async
seek(frame: number): Promise<boolean> {
84
if
(
Callers
5
tweener
Method · 0.80
editTween
Method · 0.80
run
Method · 0.80
getMediaByFrames
Method · 0.80
run
Method · 0.80
Calls
1
next
Method · 0.95
Tested by
no test coverage detected