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

Method optInt32

Tactility/Source/PreferencesMock.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool Preferences::optInt32(const std::string& key, int32_t& out) const {
48 std::string bundle_key = get_bundle_key(namespace_, key);
49 return preferences.optInt32(bundle_key, out);
50}
51
52bool Preferences::optInt64(const std::string& key, int64_t& out) const {
53 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