Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ hasErrors
Method
hasErrors
src/Base/Writer.cpp:279–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
bool Writer::hasErrors() const
280
{
281
return (!Errors.empty());
282
}
283
284
void Writer::clearErrors()
285
{
Callers
2
saveToFile
Method · 0.80
writeRecoverySnapshotContents
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected