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

Method putString

TactilityCore/Source/Bundle.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void Bundle::putString(const std::string& key, const std::string& value) {
106 this->entries[key] = {
107 .type = Type::String,
108 .value_bool = false,
109 .value_string = value
110 };
111}
112
113} // namespace

Callers 3

BundleTest.cppFile · 0.45
tt_bundle_put_stringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected