MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / ErrorStr

Method ErrorStr

src/tinyxml2.cpp:2534–2537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2532}
2533
2534const char* XMLDocument::ErrorStr() const
2535{
2536 return _errorStr.Empty() ? "" : _errorStr.GetStr();
2537}
2538
2539
2540void XMLDocument::PrintError() const

Callers

nothing calls this directly

Calls 2

EmptyMethod · 0.80
GetStrMethod · 0.80

Tested by

no test coverage detected