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

Method putInt32

TactilityCore/Source/Bundle.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void Bundle::putInt32(const std::string& key, int32_t value) {
90 this->entries[key] = {
91 .type = Type::Int32,
92 .value_int32 = value,
93 .value_string = ""
94 };
95}
96
97void Bundle::putInt64(const std::string& key, int64_t value) {
98 this->entries[key] = {

Callers 4

setValueMethod · 0.45
BundleTest.cppFile · 0.45
tt_preferences_put_int32Function · 0.45
tt_bundle_put_int32Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected