MCPcopy 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

constructorMethod · 0.95
configureMethod · 0.95
setSpeedMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected