MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / timingPath

Function timingPath

packages/sdk/src/engine/patches.ts:62–64  ·  view source on GitHub ↗
(id: string, field: "start" | "end" | "duration" | "trackIndex")

Source from the content-addressed store, hash-verified

60}
61
62export function timingPath(id: string, field: "start" | "end" | "duration" | "trackIndex"): string {
63 return `/elements/${escapeIdForPath(id)}/timing/${field}`;
64}
65
66export function holdPath(id: string, field: "start" | "end" | "fill"): string {
67 return `/elements/${escapeIdForPath(id)}/hold/${field}`;

Callers 2

keyToPathFunction · 0.85
handleSetTimingFunction · 0.85

Calls 1

escapeIdForPathFunction · 0.85

Tested by

no test coverage detected