Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaxBelkov/visualsyslog
/ Visit
Method
Visit
sourcecommon/tinyxml2.cpp:2221–2225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2219
2220
2221
bool XMLPrinter::Visit( const XMLText& text )
2222
{
2223
PushText( text.Value(), text.CData() );
2224
return true;
2225
}
2226
2227
2228
bool XMLPrinter::Visit( const XMLComment& comment )
Callers
1
Accept
Method · 0.80
Calls
1
Value
Method · 0.80
Tested by
no test coverage detected