MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / PrintError

Method PrintError

3rdparty/tinyxml2/tinyxml2.cpp:2540–2543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2538
2539
2540void XMLDocument::PrintError() const
2541{
2542 printf("%s\n", ErrorStr());
2543}
2544
2545const char* XMLDocument::ErrorName() const
2546{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected