MCPcopy Create free account
hub / github.com/Norbyte/bg3se / ErrorStr

Method ErrorStr

CoreLib/tinyxml2.cpp:2501–2504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2499}
2500
2501const char* XMLDocument::ErrorStr() const
2502{
2503 return _errorStr.Empty() ? "" : _errorStr.GetStr();
2504}
2505
2506
2507void XMLDocument::PrintError() const

Callers

nothing calls this directly

Calls 2

EmptyMethod · 0.45
GetStrMethod · 0.45

Tested by

no test coverage detected