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

Method isSavedState

src/app/document_undo.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool DocumentUndo::isSavedState() const
83{
84 return (!m_savedStateIsLost && m_savedCounter == 0);
85}
86
87void DocumentUndo::markSavedState()
88{

Callers 1

isModifiedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected