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

Function GetErrorStr2

src/xml/tinyxml2.h:1703–1705  ·  view source on GitHub ↗

Return a possibly helpful secondary diagnostic location or string.

Source from the content-addressed store, hash-verified

1701 }
1702 /// Return a possibly helpful secondary diagnostic location or string.
1703 const char* GetErrorStr2() const {
1704 return _errorStr2;
1705 }
1706 /// If there is an error, print it to stdout.
1707 void PrintError() const;
1708

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected