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

Method putBool

Tactility/Source/PreferencesMock.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void Preferences::putBool(const std::string& key, bool value) {
63 std::string bundle_key = get_bundle_key(namespace_, key);
64 return preferences.putBool(bundle_key, value);
65}
66
67void Preferences::putInt32(const std::string& key, int32_t value) {
68 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