MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Visit

Method Visit

native/thirdpart/tinyxml2/tinyxml2.cpp:2960–2964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2958
2959
2960bool XMLPrinter::Visit( const XMLText& text )
2961{
2962 PushText( text.Value(), text.CData() );
2963 return true;
2964}
2965
2966
2967bool XMLPrinter::Visit( const XMLComment& comment )

Callers 1

AcceptMethod · 0.80

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected