MCPcopy 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
279bool Writer::hasErrors() const
280{
281 return (!Errors.empty());
282}
283
284void Writer::clearErrors()
285{

Callers 2

saveToFileMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected