MCPcopy Create free account
hub / github.com/crossuo/crossuo / ClearError

Function ClearError

external/tinyxml2.h:1880–1882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1878 void DeleteNode( XMLNode* node );
1879
1880 void ClearError() {
1881 SetError(XML_SUCCESS, 0, 0);
1882 }
1883
1884 /// Return true if there was an error parsing the document.
1885 bool Error() const {

Callers 2

ClearMethod · 0.85
SaveFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected