Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ ErrorStr
Method
ErrorStr
CoreLib/tinyxml2.cpp:2501–2504 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2499
}
2500
2501
const char* XMLDocument::ErrorStr() const
2502
{
2503
return _errorStr.Empty() ?
""
: _errorStr.GetStr();
2504
}
2505
2506
2507
void XMLDocument::PrintError() const
Callers
nothing calls this directly
Calls
2
Empty
Method · 0.45
GetStr
Method · 0.45
Tested by
no test coverage detected