Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ VisitExit
Method
VisitExit
Source/3rdParty/tinyxml2/tinyxml2.cpp:1815–1818 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1813
}
1814
1815
bool XMLPrinter::VisitExit(const XMLElement&) {
1816
CloseElement();
1817
return true;
1818
}
1819
1820
bool XMLPrinter::Visit(const XMLText& text) {
1821
PushText(text.Value(), text.CData());
Callers
1
Accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected