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

Function tt_preferences_put_bool

TactilityC/Source/tt_preferences.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void tt_preferences_put_bool(PreferencesHandle handle, const char* key, bool value) {
42 HANDLE_AS_PREFERENCES(handle)->putBool(key, value);
43}
44
45void tt_preferences_put_int32(PreferencesHandle handle, const char* key, int32_t value) {
46 HANDLE_AS_PREFERENCES(handle)->putInt32(key, value);

Callers

nothing calls this directly

Calls 1

putBoolMethod · 0.45

Tested by

no test coverage detected