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

Method VisitExit

3rdparty/tinyxml2/tinyxml2.cpp:2986–2990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2984
2985
2986bool XMLPrinter::VisitExit( const XMLElement& element )
2987{
2988 CloseElement( CompactMode(element) );
2989 return true;
2990}
2991
2992
2993bool XMLPrinter::Visit( const XMLText& text )

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected