MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / ErrorStr

Method ErrorStr

Source/ThirdParty/tinyxml2/tinyxml2.cpp:2355–2358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2353}
2354
2355const char* XMLDocument::ErrorStr() const
2356{
2357 return _errorStr.Empty() ? "" : _errorStr.GetStr();
2358}
2359
2360
2361void XMLDocument::PrintError() const

Callers

nothing calls this directly

Calls 2

GetStrMethod · 0.80
EmptyMethod · 0.45

Tested by

no test coverage detected