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

Method hasInt64

Tactility/Source/PreferencesMock.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32bool Preferences::hasInt64(const std::string& key) const {
33 std::string bundle_key = get_bundle_key(namespace_, key);
34 return preferences.hasInt64(bundle_key);
35}
36
37bool Preferences::hasString(const std::string& key) const {
38 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