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

Method isInUserRange

packages/core/src/app/Player.ts:212–214  ·  view source on GitHub ↗

* Whether the given frame is inside the user-defined range. * * @param frame - The frame to check.

(frame: number)

Source from the content-addressed store, hash-verified

210 * @param frame - The frame to check.
211 */
212 public isInUserRange(frame: number): boolean {
213 return frame >= this.startFrame && frame <= this.endFrame;
214 }
215
216 public requestSeek(value: number): void {
217 this.requestedSeek = this.clampRange(value);

Callers 2

runMethod · 0.95
scrubFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected