Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ set
Function
set
packages/studio/src/utils/editHistoryStorage.ts:19–21 ·
view source on GitHub ↗
(projectId, state)
Source
from the content-addressed store, hash-verified
17
return
states.get(projectId) ?? null;
18
},
19
async
set(projectId, state) {
20
states.set(projectId, structuredClone(state));
21
},
22
async
delete(projectId) {
23
states.delete(projectId);
24
},
Callers
1
playerStore.ts
File · 0.50
Calls
1
set
Method · 0.65
Tested by
no test coverage detected