MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / ErrorStr

Method ErrorStr

Engine/lib/tinyxml/tinyxml2.cpp:2501–2504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2499}
2500
2501const char* XMLDocument::ErrorStr() const
2502{
2503 return _errorStr.Empty() ? "" : _errorStr.GetStr();
2504}
2505
2506
2507void XMLDocument::PrintError() const

Callers

nothing calls this directly

Calls 2

GetStrMethod · 0.80
EmptyMethod · 0.45

Tested by

no test coverage detected