MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / HasError

Method HasError

Source/3rdParty/tinyxml2/tinyxml2.h:1491–1493  ·  view source on GitHub ↗

Return true if there was an error parsing the document.

Source from the content-addressed store, hash-verified

1489
1490 /// Return true if there was an error parsing the document.
1491 bool HasError() const {
1492 return _errorID != XML_NO_ERROR;
1493 }
1494 /// Return the errorID.
1495 XMLError ErrorID() const {
1496 return _errorID;

Callers 1

ParseDeepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected