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

Function elementPath

packages/sdk/src/engine/patches.ts:70–72  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

68}
69
70export function elementPath(id: string): string {
71 return `/elements/${escapeIdForPath(id)}`;
72}
73
74export function variablePath(id: string): string {
75 return `/variables/${id}`;

Callers 3

keyToPathFunction · 0.85
handleRemoveElementFunction · 0.85
handleAddElementFunction · 0.85

Calls 1

escapeIdForPathFunction · 0.85

Tested by

no test coverage detected