MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / clear

Method clear

src/Base/Writer.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93Writer::~Writer() = default;
94
95void Writer::clear()
96{
97 Stream().clear();
98}
99
100bool Writer::isGood() const
101{

Callers 15

DeleteAllMethod · 0.45
getModuleMethod · 0.45
cleanupModulesMethod · 0.45
getSWIGVersionFromModuleFunction · 0.45
destructMethod · 0.45
ClearObserverMethod · 0.45
setFileMethod · 0.45
clearModesMethod · 0.45
clearErrorsMethod · 0.45
ClearMethod · 0.45
confirmLocalHeadersMethod · 0.45
syncMethod · 0.45

Calls 1

StreamFunction · 0.85

Tested by 2

CreateTwoTopoShapeCubesFunction · 0.36
TEST_FFunction · 0.36