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

Method hasBool

TactilityCore/Source/Bundle.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21bool Bundle::hasBool(const std::string& key) const {
22 auto entry = this->entries.find(key);
23 return entry != std::end(this->entries) && entry->second.type == Type::Bool;
24}
25
26bool Bundle::hasInt32(const std::string& key) const {
27 auto entry = this->entries.find(key);

Callers 1

BundleTest.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected