MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / firstState

Method firstState

src/app/document_undo.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 int* savedCounter() { return &m_savedCounter; }
56
57 const undo::UndoState* firstState() const { return m_undoHistory.firstState(); }
58 const undo::UndoState* currentState() const { return m_undoHistory.currentState(); }
59
60 void moveToState(const undo::UndoState* state);

Callers 2

nextRedoMethod · 0.80
refillListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected