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

Method getString

TactilityCore/Source/Bundle.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17std::string Bundle::getString(const std::string& key) const {
18 return this->entries.find(key)->second.value_string;
19}
20
21bool Bundle::hasBool(const std::string& key) const {
22 auto entry = this->entries.find(key);

Callers 6

BundleTest.cppFile · 0.80
onPressConnectMethod · 0.80
onCreateMethod · 0.80
onResultMethod · 0.80
onCreateMethod · 0.80
onCreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected