MCPcopy Create free account
hub / github.com/avast/retdec / ClearError

Function ClearError

deps/tinyxml2/include/tinyxml2/tinyxml2.h:1852–1854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1850 void DeleteNode( XMLNode* node );
1851
1852 void ClearError() {
1853 SetError(XML_SUCCESS, 0, 0);
1854 }
1855
1856 /// Return true if there was an error parsing the document.
1857 bool Error() const {

Callers 2

ClearMethod · 0.85
SaveFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected