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

Method hasString

Tactility/Source/PreferencesEsp.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool Preferences::hasString(const std::string& key) const {
85 std::string temp;
86 return optString(key, temp);
87}
88
89void Preferences::putBool(const std::string& key, bool value) {
90 nvs_handle_t handle;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected