Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/midrender/revideo
/ requestRecalculation
Method
requestRecalculation
packages/core/src/app/Player.ts:339–342 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
337
}
338
339
private requestRecalculation() {
340
this.requestedRecalculation = true;
341
this.request();
342
}
343
344
private
async
prepare(): Promise<
345
PlayerState & {seek: number; render: boolean}
Callers
3
constructor
Method · 0.95
configure
Method · 0.95
setSpeed
Method · 0.95
Calls
1
request
Method · 0.95
Tested by
no test coverage detected