MCPcopy Create free account
hub / github.com/crossuo/crossuo / Visit

Method Visit

external/tinyxml2.cpp:2946–2950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2944
2945
2946bool XMLPrinter::Visit( const XMLText& text )
2947{
2948 PushText( text.Value(), text.CData() );
2949 return true;
2950}
2951
2952
2953bool XMLPrinter::Visit( const XMLComment& comment )

Callers 1

AcceptMethod · 0.80

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected