Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
export
function
elementPath(id: string): string {
71
return
`/elements/${escapeIdForPath(id)}`;
72
}
73
74
export
function
variablePath(id: string): string {
75
return
`/variables/${id}`;
Callers
3
keyToPath
Function · 0.85
handleRemoveElement
Function · 0.85
handleAddElement
Function · 0.85
Calls
1
escapeIdForPath
Function · 0.85
Tested by
no test coverage detected