MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / item

Method item

plugins/plugin_utils/plugin_config.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37std::string PluginConfig::item(const std::string& section, const std::string& key) {
38 std::string s = section, k = key;
39 makelower(s);
40 makelower(k);
41
42 return sections[s][k];
43}
44
45void PluginConfig::parse(void) {
46 std::string line;

Callers 1

loadConfigMethod · 0.80

Calls 1

makelowerFunction · 0.85

Tested by

no test coverage detected