MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / hasBool

Method hasBool

Tactility/Source/PreferencesEsp.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69bool Preferences::hasBool(const std::string& key) const {
70 bool temp;
71 return optBool(key, temp);
72}
73
74bool Preferences::hasInt32(const std::string& key) const {
75 int32_t temp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected