Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2986
bool XMLPrinter::VisitExit( const XMLElement& element )
2987
{
2988
CloseElement( CompactMode(element) );
2989
return true;
2990
}
2991
2992
2993
bool XMLPrinter::Visit( const XMLText& text )
Callers
1
Accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected