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

Method putInt64

Tactility/Source/PreferencesMock.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void Preferences::putInt64(const std::string& key, int64_t value) {
73 std::string bundle_key = get_bundle_key(namespace_, key);
74 return preferences.putInt64(bundle_key, value);
75}
76
77void Preferences::putString(const std::string& key, const std::string& value) {
78 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