Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2355
const char* XMLDocument::ErrorStr() const
2356
{
2357
return _errorStr.Empty() ?
""
: _errorStr.GetStr();
2358
}
2359
2360
2361
void XMLDocument::PrintError() const
Callers
nothing calls this directly
Calls
2
GetStr
Method · 0.80
Empty
Method · 0.45
Tested by
no test coverage detected