Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XRay3D/GERBER_X3
/ isModified
Method
isModified
static_libs/common/project.cpp:246–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
int Project::size() { return int(m_files.size() + m_shapes.size()); }
245
246
bool Project::isModified() { return m_isModified; }
247
248
void Project::setModified(bool fl) { m_isModified = fl; }
249
Callers
2
documentWasModified
Method · 0.80
maybeSave
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected