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

Function tt_preferences_opt_bool

TactilityC/Source/tt_preferences.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17bool tt_preferences_opt_bool(PreferencesHandle handle, const char* key, bool* out) {
18 return HANDLE_AS_PREFERENCES(handle)->optBool(key, *out);
19}
20
21bool tt_preferences_opt_int32(PreferencesHandle handle, const char* key, int32_t* out) {
22 return HANDLE_AS_PREFERENCES(handle)->optInt32(key, *out);

Callers

nothing calls this directly

Calls 1

optBoolMethod · 0.45

Tested by

no test coverage detected