Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2993
bool XMLPrinter::Visit( const XMLText& text )
2994
{
2995
PushText( text.Value(), text.CData() );
2996
return true;
2997
}
2998
2999
3000
bool XMLPrinter::Visit( const XMLComment& comment )
Callers
1
Accept
Method · 0.80
Calls
1
Value
Method · 0.80
Tested by
no test coverage detected