Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
925
bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
926
{
927
// See STL_STRING_BUG below.
928
//StringToBuffer buf( value );
929
930
return LoadFile( Value(), encoding );
931
}
932
933
934
bool TiXmlDocument::SaveFile() const
Callers
1
main
Function · 0.45
Calls
6
TiXmlFOpen
Function · 0.85
assert
Function · 0.85
c_str
Method · 0.80
reserve
Method · 0.80
Value
Class · 0.50
Clear
Method · 0.45
Tested by
no test coverage detected