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

Method getInt64

TactilityCore/Source/Bundle.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13int64_t Bundle::getInt64(const std::string& key) const {
14 return this->entries.find(key)->second.value_int64;
15}
16
17std::string Bundle::getString(const std::string& key) const {
18 return this->entries.find(key)->second.value_string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected