Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ ErrorStr
Method
ErrorStr
deps/tinyxml2/tinyxml2.cpp:2434–2437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2432
}
2433
2434
const char* XMLDocument::ErrorStr() const
2435
{
2436
return _errorStr.Empty() ?
""
: _errorStr.GetStr();
2437
}
2438
2439
2440
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