Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JayXon/Leanify
/ Visit
Method
Visit
lib/tinyxml2/tinyxml2.cpp:2317–2321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2315
2316
2317
bool XMLPrinter::Visit( const XMLText& text )
2318
{
2319
PushText( text.Value(), text.CData() );
2320
return true;
2321
}
2322
2323
2324
bool XMLPrinter::Visit( const XMLComment& comment )
Callers
1
Accept
Method · 0.80
Calls
1
Value
Method · 0.80
Tested by
no test coverage detected