MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / Visit

Method Visit

3rdparty/tinyxml2/tinyxml2.cpp:2993–2997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2991
2992
2993bool XMLPrinter::Visit( const XMLText& text )
2994{
2995 PushText( text.Value(), text.CData() );
2996 return true;
2997}
2998
2999
3000bool XMLPrinter::Visit( const XMLComment& comment )

Callers 1

AcceptMethod · 0.80

Calls 1

ValueMethod · 0.80

Tested by

no test coverage detected