Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ VisitExit
Method
VisitExit
examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:2907–2911 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2905
}
2906
2907
bool XMLPrinter::VisitExit(const XMLElement& element)
2908
{
2909
CloseElement(CompactMode(element));
2910
return true;
2911
}
2912
2913
bool XMLPrinter::Visit(const XMLText& text)
2914
{
Callers
1
Accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected