MCPcopy 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
936bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
937{
938 return LoadFile( Value(), encoding );
939}
940
941
942bool TiXmlDocument::SaveFile() const

Callers 3

loadFileMethod · 0.45
readMethod · 0.45
acceptMethod · 0.45

Calls 7

ParseFunction · 0.85
ErrorEnum · 0.85
openMethod · 0.45
closeMethod · 0.45
ClearMethod · 0.45
getStreamSizeMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected