Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ SaveFile
Method
SaveFile
engine/source/persistence/tinyXML/tinyxml.cpp:942–945 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
940
941
942
bool TiXmlDocument::SaveFile() const
943
{
944
return SaveFile( Value() );
945
}
946
947
bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding )
948
{
Callers
4
saveFile
Method · 0.45
generateTamlSchema
Method · 0.45
accept
Method · 0.45
write
Method · 0.45
Calls
4
Print
Function · 0.85
open
Method · 0.45
close
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected