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

Function completion

packages/2d/src/lib/components/Curve.ts:248–250  ·  view source on GitHub ↗

* The percentage of the curve that's currently visible. * * @remarks * The returned value is the ratio between the visible length (as defined by * start and end) and the offset length of the curve.

()

Source from the content-addressed store, hash-verified

246 * {@link start} and {@link end}) and the offset length of the curve.
247 */
248 public completion(): number {
249 return Math.abs(this.start() - this.end());
250 }
251
252 protected processSubpath(
253 // eslint-disable-next-line @typescript-eslint/no-unused-vars

Callers

nothing calls this directly

Calls 2

endMethod · 0.80
startMethod · 0.65

Tested by

no test coverage detected