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

Method hasInt32

TactilityCore/Source/Bundle.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26bool Bundle::hasInt32(const std::string& key) const {
27 auto entry = this->entries.find(key);
28 return entry != std::end(this->entries) && entry->second.type == Type::Int32;
29}
30
31bool Bundle::hasInt64(const std::string& key) const {
32 auto entry = this->entries.find(key);

Callers 1

BundleTest.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected