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

Method describe

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

Source from the content-addressed store, hash-verified

406bool ConfigFile::get(const UString &key) { return this->pimpl->get(key); }
407
408UString ConfigFile::describe(const UString &section, const UString &name)
409{
410 return this->pimpl->describe(section, name);
411}
412
413void ConfigFile::set(const UString &key, const UString value) { this->pimpl->set(key, value); }
414void ConfigFile::set(const UString &key, const int value) { this->pimpl->set(key, value); }

Callers 2

loadListMethod · 0.45
pushLuaFrameworkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected