Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ Visit
Method
Visit
examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:2913–2917 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2911
}
2912
2913
bool XMLPrinter::Visit(const XMLText& text)
2914
{
2915
PushText(text.Value(), text.CData());
2916
return true;
2917
}
2918
2919
bool XMLPrinter::Visit(const XMLComment& comment)
2920
{
Callers
1
Accept
Method · 0.80
Calls
1
Value
Method · 0.45
Tested by
no test coverage detected