Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ ErrorStr
Method
ErrorStr
Dependencies/tinyxml2/src/tinyxml2.cpp:2361–2364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2359
}
2360
2361
const char* XMLDocument::ErrorStr() const
2362
{
2363
return _errorStr.Empty() ?
""
: _errorStr.GetStr();
2364
}
2365
2366
2367
void XMLDocument::PrintError() const
Callers
nothing calls this directly
Calls
2
Empty
Method · 0.80
GetStr
Method · 0.80
Tested by
no test coverage detected