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

Method getBool

TactilityCore/Source/Bundle.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace tt {
4
5bool Bundle::getBool(const std::string& key) const {
6 return this->entries.find(key)->second.value_bool;
7}
8
9int32_t Bundle::getInt32(const std::string& key) const {
10 return this->entries.find(key)->second.value_int32;

Callers 1

BundleTest.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected