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

Method hasInt32

Tactility/Source/PreferencesMock.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool Preferences::hasInt32(const std::string& key) const {
28 std::string bundle_key = get_bundle_key(namespace_, key);
29 return preferences.hasInt32(bundle_key);
30}
31
32bool Preferences::hasInt64(const std::string& key) const {
33 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