Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ Visit
Method
Visit
external/tinyxml2.cpp:2946–2950 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2944
2945
2946
bool XMLPrinter::Visit( const XMLText& text )
2947
{
2948
PushText( text.Value(), text.CData() );
2949
return true;
2950
}
2951
2952
2953
bool XMLPrinter::Visit( const XMLComment& comment )
Callers
1
Accept
Method · 0.80
Calls
1
Value
Method · 0.45
Tested by
no test coverage detected