MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi /

Class

packages/core/src/widgets/codeEditor.ts:506–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504
505/** Undo stack manager. */
506export class UndoStack {
507 private readonly undoStack: EditAction[] = [];
508 private readonly redoStack: EditAction[] = [];
509 private lastActionTime = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected