MCPcopy Create free account
hub / github.com/crossuo/crossuo / ErrorStr

Method ErrorStr

external/tinyxml2.cpp:2481–2484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2479}
2480
2481const char* XMLDocument::ErrorStr() const
2482{
2483 return _errorStr.Empty() ? "" : _errorStr.GetStr();
2484}
2485
2486
2487void XMLDocument::PrintError() const

Callers

nothing calls this directly

Calls 2

GetStrMethod · 0.80
EmptyMethod · 0.45

Tested by

no test coverage detected