MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / ClearError

Function ClearError

Source/ThirdParty/tinyxml2/tinyxml2.h:1819–1821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1817 void DeleteNode( XMLNode* node );
1818
1819 void ClearError() {
1820 SetError(XML_SUCCESS, 0, 0);
1821 }
1822
1823 /// Return true if there was an error parsing the document.
1824 bool Error() const {

Callers 2

ClearMethod · 0.85
SaveFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected