Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ ErrorStr
Method
ErrorStr
examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:2459–2462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2457
}
2458
2459
const char* XMLDocument::ErrorStr() const
2460
{
2461
return _errorStr.Empty() ?
""
: _errorStr.GetStr();
2462
}
2463
2464
void XMLDocument::PrintError() const
2465
{
Callers
3
parseMJCFString
Method · 0.80
loadUrdf
Method · 0.80
loadSDF
Method · 0.80
Calls
2
GetStr
Method · 0.80
Empty
Method · 0.45
Tested by
no test coverage detected