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

Method undo

packages/sdk/src/session.ts:286–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 }
285
286 undo(): void {
287 this.historyModule?.undo();
288 }
289
290 redo(): void {
291 this.historyModule?.redo();

Callers

nothing calls this directly

Calls 1

undoMethod · 0.65

Tested by

no test coverage detected