MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GetErrorStr1

Function GetErrorStr1

sourcecommon/tinyxml2.h:1666–1668  ·  view source on GitHub ↗

Return a possibly helpful diagnostic location or string.

Source from the content-addressed store, hash-verified

1664
1665 /// Return a possibly helpful diagnostic location or string.
1666 const char* GetErrorStr1() const {
1667 return _errorStr1;
1668 }
1669 /// Return a possibly helpful secondary diagnostic location or string.
1670 const char* GetErrorStr2() const {
1671 return _errorStr2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected