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

Method hasBool

Tactility/Source/PreferencesMock.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool Preferences::hasBool(const std::string& key) const {
23 std::string bundle_key = get_bundle_key(namespace_, key);
24 return preferences.hasBool(bundle_key);
25}
26
27bool Preferences::hasInt32(const std::string& key) const {
28 std::string bundle_key = get_bundle_key(namespace_, key);

Callers

nothing calls this directly

Calls 1

get_bundle_keyFunction · 0.85

Tested by

no test coverage detected