MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / ErrorName

Method ErrorName

src/xml/tinyxml2.cpp:1785–1788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1783}
1784
1785const char* XMLDocument::ErrorName() const {
1786 TIXMLASSERT( _errorID >= 0 && _errorID < XML_ERROR_COUNT );
1787 return _errorNames[_errorID];
1788}
1789
1790void XMLDocument::PrintError() const {
1791 if ( Error() ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected