MCPcopy Create free account
hub / github.com/JayXon/Leanify / GetErrorStr1

Function GetErrorStr1

lib/tinyxml2/tinyxml2.h:1715–1717  ·  view source on GitHub ↗

Return a possibly helpful diagnostic location or string.

Source from the content-addressed store, hash-verified

1713
1714 /// Return a possibly helpful diagnostic location or string.
1715 const char* GetErrorStr1() const {
1716 return _errorStr1;
1717 }
1718 /// Return a possibly helpful secondary diagnostic location or string.
1719 const char* GetErrorStr2() const {
1720 return _errorStr2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected