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

Function undo

packages/sdk/examples/react-embed.ts:112–114  ·  view source on GitHub ↗
(comp: Composition)

Source from the content-addressed store, hash-verified

110// ── Undo / redo ───────────────────────────────────────────────────────────────
111
112export function undo(comp: Composition): void {
113 comp.undo();
114}
115
116export function redo(comp: Composition): void {
117 comp.redo();

Callers

nothing calls this directly

Calls 1

undoMethod · 0.65

Tested by

no test coverage detected