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

Function tt_bundle_opt_int32

TactilityC/Source/tt_bundle.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21bool tt_bundle_opt_int32(BundleHandle handle, const char* key, int32_t* out) {
22 return HANDLE_AS_BUNDLE(handle)->optInt32(key, *out);
23}
24bool tt_bundle_opt_string(BundleHandle handle, const char* key, char* out, uint32_t outSize) {
25 std::string out_string;
26

Callers

nothing calls this directly

Calls 1

optInt32Method · 0.45

Tested by

no test coverage detected