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

Function Error

deps/tinyxml2/include/tinyxml2/tinyxml2.h:1857–1859  ·  view source on GitHub ↗

Return true if there was an error parsing the document.

Source from the content-addressed store, hash-verified

1855
1856 /// Return true if there was an error parsing the document.
1857 bool Error() const {
1858 return _errorID != XML_SUCCESS;
1859 }
1860 /// Return the errorID.
1861 XMLError ErrorID() const {
1862 return _errorID;

Callers 2

ClearMethod · 0.85
ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected