Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoMichael/MicroTeX
/ Visit
Method
Visit
src/xml/tinyxml2.cpp:2139–2142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2137
2138
2139
bool XMLPrinter::Visit( const XMLText& text ) {
2140
PushText( text.Value(), text.CData() );
2141
return true;
2142
}
2143
2144
2145
bool XMLPrinter::Visit( const XMLComment& comment ) {
Callers
1
Accept
Method · 0.80
Calls
1
Value
Method · 0.80
Tested by
no test coverage detected