MCPcopy Create free account
hub / github.com/DFHack/dfhack / VisitEnter

Method VisitEnter

depends/tinyxml/tinyxml.cpp:1756–1759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1754
1755
1756bool TiXmlPrinter::VisitEnter( const TiXmlDocument& )
1757{
1758 return true;
1759}
1760
1761bool TiXmlPrinter::VisitExit( const TiXmlDocument& )
1762{

Callers 1

AcceptMethod · 0.45

Calls 7

CDATAMethod · 0.80
ValueMethod · 0.45
NextMethod · 0.45
PrintMethod · 0.45
FirstChildMethod · 0.45
ToTextMethod · 0.45
LastChildMethod · 0.45

Tested by

no test coverage detected