Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MediaArea/MediaInfoLib
/ Visit
Method
Visit
Source/ThirdParty/tinyxml2/tinyxml2.cpp:2800–2804 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2798
2799
2800
bool XMLPrinter::Visit( const XMLText& text )
2801
{
2802
PushText( text.Value(), text.CData() );
2803
return true;
2804
}
2805
2806
2807
bool XMLPrinter::Visit( const XMLComment& comment )
Callers
1
Accept
Method · 0.80
Calls
1
Value
Method · 0.45
Tested by
no test coverage detected