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

Method exportToFile

radiantcore/xmlregistry/XMLRegistry.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void XMLRegistry::exportToFile(const std::string& key, const std::string& filename)
111{
112 // Only the usertree should be exported, so pass the call to this tree
113 _userTree.exportToFile(key, filename);
114}
115
116sigc::signal<void> XMLRegistry::signalForKey(const std::string& key) const
117{

Callers 1

saveToDiskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected