Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cemu-project/Cemu
/ Visit
Method
Visit
src/util/tinyxml2/tinyxml2.cpp:2737–2741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2735
2736
2737
bool XMLPrinter::Visit(const XMLText& text)
2738
{
2739
PushText(text.Value(), text.CData());
2740
return true;
2741
}
2742
2743
2744
bool XMLPrinter::Visit(const XMLComment& comment)
Callers
1
Accept
Method · 0.80
Calls
1
Value
Method · 0.80
Tested by
no test coverage detected