Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
960
bool TiXmlDocument::SaveFile() const
961
{
962
return SaveFile( Value() );
963
}
964
965
bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding )
966
{
Callers
nothing calls this directly
Calls
1
TiXmlFOpen
Function · 0.85
Tested by
no test coverage detected