MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetConfigBoolParam

Method GetConfigBoolParam

src/skin/interface/skin_interface.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 std::string GetConfigStringParam(const std::string& k) { return GetConfigParam<std::string>(k); }
107 int64_t GetConfigIntParam(const std::string& k) { return GetConfigParam<int64_t>(k); }
108 bool GetConfigBoolParam(const std::string& k) {return GetConfigParam<bool>(k); }
109 double GetConfigDoubleParam(const std::string& k) { return GetConfigParam<double>(k); }
110
111 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected