Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
bool Document::isModified() const
162
{
163
return !m_undo->isSavedState();
164
}
165
166
bool Document::isAssociatedToFile() const
167
{
Callers
1
hasModifiedDocuments
Method · 0.45
Calls
1
isSavedState
Method · 0.80
Tested by
no test coverage detected