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

Method putString

Tactility/Source/PreferencesMock.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void Preferences::putString(const std::string& key, const std::string& value) {
78 std::string bundle_key = get_bundle_key(namespace_, key);
79 return preferences.putString(bundle_key, value);
80}
81
82#endif
83

Callers

nothing calls this directly

Calls 1

get_bundle_keyFunction · 0.85

Tested by

no test coverage detected