Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ LoadFile
Method
LoadFile
engine/source/persistence/tinyXML/tinyxml.cpp:936–939 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
934
}
935
936
bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
937
{
938
return LoadFile( Value(), encoding );
939
}
940
941
942
bool TiXmlDocument::SaveFile() const
Callers
3
loadFile
Method · 0.45
read
Method · 0.45
accept
Method · 0.45
Calls
7
Parse
Function · 0.85
Error
Enum · 0.85
open
Method · 0.45
close
Method · 0.45
Clear
Method · 0.45
getStreamSize
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected