Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ hasFailed
Method
hasFailed
src/Base/Writer.cpp:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
bool Writer::hasFailed() const
106
{
107
return Stream().fail();
108
}
109
110
bool Writer::isBad() const
111
{
Callers
1
writeObjects
Method · 0.80
Calls
2
Stream
Function · 0.85
fail
Method · 0.45
Tested by
no test coverage detected