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

Method getInt32

TactilityCore/Source/Bundle.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9int32_t Bundle::getInt32(const std::string& key) const {
10 return this->entries.find(key)->second.value_int32;
11}
12
13int64_t Bundle::getInt64(const std::string& key) const {
14 return this->entries.find(key)->second.value_int64;

Callers 1

BundleTest.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected