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

Function tt_bundle_put_bool

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

Source from the content-addressed store, hash-verified

39}
40
41void tt_bundle_put_bool(BundleHandle handle, const char* key, bool value) {
42 HANDLE_AS_BUNDLE(handle)->putBool(key, value);
43}
44
45void tt_bundle_put_int32(BundleHandle handle, const char* key, int32_t value) {
46 HANDLE_AS_BUNDLE(handle)->putInt32(key, value);

Callers

nothing calls this directly

Calls 1

putBoolMethod · 0.45

Tested by

no test coverage detected