Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ ErrorStr
Method
ErrorStr
external/tinyxml2.cpp:2481–2484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2479
}
2480
2481
const char* XMLDocument::ErrorStr() const
2482
{
2483
return _errorStr.Empty() ?
""
: _errorStr.GetStr();
2484
}
2485
2486
2487
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