Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2899
bool XMLPrinter::Visit( const XMLText& text )
2900
{
2901
PushText( text.Value(), text.CData() );
2902
return true;
2903
}
2904
2905
2906
bool XMLPrinter::Visit( const XMLComment& comment )
Callers
1
Accept
Method · 0.80
Calls
1
Value
Method · 0.45
Tested by
no test coverage detected