MCPcopy Create free account
hub / github.com/JayXon/Leanify / Visit

Method Visit

lib/tinyxml2/tinyxml2.cpp:2317–2321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2315
2316
2317bool XMLPrinter::Visit( const XMLText& text )
2318{
2319 PushText( text.Value(), text.CData() );
2320 return true;
2321}
2322
2323
2324bool XMLPrinter::Visit( const XMLComment& comment )

Callers 1

AcceptMethod · 0.80

Calls 1

ValueMethod · 0.80

Tested by

no test coverage detected