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

Function tt_bundle_opt_bool

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

Source from the content-addressed store, hash-verified

15}
16
17bool tt_bundle_opt_bool(BundleHandle handle, const char* key, bool* out) {
18 return HANDLE_AS_BUNDLE(handle)->optBool(key, *out);
19}
20
21bool tt_bundle_opt_int32(BundleHandle handle, const char* key, int32_t* out) {
22 return HANDLE_AS_BUNDLE(handle)->optInt32(key, *out);

Callers

nothing calls this directly

Calls 1

optBoolMethod · 0.45

Tested by

no test coverage detected