Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ ErrorStr
Method
ErrorStr
native/thirdpart/tinyxml2/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
1
fromXml
Method · 0.80
Calls
2
Empty
Method · 0.80
GetStr
Method · 0.80
Tested by
no test coverage detected