MCPcopy Create free account
hub / github.com/avast/retdec / Visit

Method Visit

deps/tinyxml2/tinyxml2.cpp:2899–2903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2897
2898
2899bool XMLPrinter::Visit( const XMLText& text )
2900{
2901 PushText( text.Value(), text.CData() );
2902 return true;
2903}
2904
2905
2906bool XMLPrinter::Visit( const XMLComment& comment )

Callers 1

AcceptMethod · 0.80

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected