MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / ErrorStr

Method ErrorStr

native/thirdpart/tinyxml2/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 1

fromXmlMethod · 0.80

Calls 2

EmptyMethod · 0.80
GetStrMethod · 0.80

Tested by

no test coverage detected