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

Method optInt64

Tactility/Source/PreferencesMock.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool Preferences::optInt64(const std::string& key, int64_t& out) const {
53 std::string bundle_key = get_bundle_key(namespace_, key);
54 return preferences.optInt64(bundle_key, out);
55}
56
57bool Preferences::optString(const std::string& key, std::string& out) const {
58 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