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

Method putInt32

Tactility/Source/PreferencesMock.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void Preferences::putInt32(const std::string& key, int32_t value) {
68 std::string bundle_key = get_bundle_key(namespace_, key);
69 return preferences.putInt32(bundle_key, value);
70}
71
72void Preferences::putInt64(const std::string& key, int64_t value) {
73 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