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

Method SaveFile

depends/tinyxml/tinyxml.cpp:960–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958
959
960bool TiXmlDocument::SaveFile() const
961{
962 return SaveFile( Value() );
963}
964
965bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding )
966{

Callers

nothing calls this directly

Calls 1

TiXmlFOpenFunction · 0.85

Tested by

no test coverage detected