MCPcopy Create free account
hub / github.com/domoticz/domoticz / LoadFile

Method LoadFile

tinyxpath/tinyxml.cpp:925–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923
924
925bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
926{
927 // See STL_STRING_BUG below.
928 //StringToBuffer buf( value );
929
930 return LoadFile( Value(), encoding );
931}
932
933
934bool TiXmlDocument::SaveFile() const

Callers 1

mainFunction · 0.45

Calls 6

TiXmlFOpenFunction · 0.85
assertFunction · 0.85
c_strMethod · 0.80
reserveMethod · 0.80
ValueClass · 0.50
ClearMethod · 0.45

Tested by

no test coverage detected