MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Visit

Method Visit

Dependencies/tinyxml2/src/tinyxml2.cpp:2808–2812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2806
2807
2808bool XMLPrinter::Visit( const XMLText& text )
2809{
2810 PushText( text.Value(), text.CData() );
2811 return true;
2812}
2813
2814
2815bool XMLPrinter::Visit( const XMLComment& comment )

Callers 1

AcceptMethod · 0.80

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected