MCPcopy 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.tsFile · 0.50

Calls 1

setMethod · 0.65

Tested by

no test coverage detected