MCPcopy Create free account
hub / github.com/avast/retdec / ErrorStr

Method ErrorStr

deps/tinyxml2/tinyxml2.cpp:2434–2437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2432}
2433
2434const char* XMLDocument::ErrorStr() const
2435{
2436 return _errorStr.Empty() ? "" : _errorStr.GetStr();
2437}
2438
2439
2440void XMLDocument::PrintError() const

Callers

nothing calls this directly

Calls 2

GetStrMethod · 0.80
EmptyMethod · 0.45

Tested by

no test coverage detected