MCPcopy 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
2913bool XMLPrinter::Visit(const XMLText& text)
2914{
2915 PushText(text.Value(), text.CData());
2916 return true;
2917}
2918
2919bool XMLPrinter::Visit(const XMLComment& comment)
2920{

Callers 1

AcceptMethod · 0.80

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected