MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / saveToFile

Method saveToFile

libs/xmlutil/Document.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void Document::saveToFile(const std::string& filename) const
137{
138 std::lock_guard<std::mutex> lock(_lock);
139
140 std::ofstream fileStream(filename);
141 saveToStream(fileStream);
142}
143
144std::string Document::saveToString() const
145{

Callers 3

TEST_FFunction · 0.80
exportToFileMethod · 0.80
dumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected