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

Method isModified

src/app/document.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161bool Document::isModified() const
162{
163 return !m_undo->isSavedState();
164}
165
166bool Document::isAssociatedToFile() const
167{

Callers 1

hasModifiedDocumentsMethod · 0.45

Calls 1

isSavedStateMethod · 0.80

Tested by

no test coverage detected