MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / ErrorStr

Method ErrorStr

Dependencies/tinyxml2/src/tinyxml2.cpp:2361–2364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2359}
2360
2361const char* XMLDocument::ErrorStr() const
2362{
2363 return _errorStr.Empty() ? "" : _errorStr.GetStr();
2364}
2365
2366
2367void XMLDocument::PrintError() const

Callers

nothing calls this directly

Calls 2

EmptyMethod · 0.80
GetStrMethod · 0.80

Tested by

no test coverage detected