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

Function holdPath

packages/sdk/src/engine/patches.ts:66–68  ·  view source on GitHub ↗
(id: string, field: "start" | "end" | "fill")

Source from the content-addressed store, hash-verified

64}
65
66export function holdPath(id: string, field: "start" | "end" | "fill"): string {
67 return `/elements/${escapeIdForPath(id)}/hold/${field}`;
68}
69
70export function elementPath(id: string): string {
71 return `/elements/${escapeIdForPath(id)}`;

Callers 2

keyToPathFunction · 0.85
handleSetHoldFunction · 0.85

Calls 1

escapeIdForPathFunction · 0.85

Tested by

no test coverage detected