MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / save

Method save

framework/configfile.cpp:400–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398ConfigFile::~ConfigFile() = default;
399
400bool ConfigFile::save() { return this->pimpl->save(); }
401
402UString ConfigFile::getString(const UString &key) { return this->pimpl->getTyped<UString>(key); }
403int ConfigFile::getInt(const UString &key) { return this->pimpl->getTyped<int>(key); }

Callers 4

saveConfigMethod · 0.45
~FrameworkMethod · 0.45
writeMethod · 0.45
serializeManifestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected