Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
int32_t Bundle::getInt32(const std::string& key) const {
10
return this->entries.find(key)->second.value_int32;
11
}
12
13
int64_t Bundle::getInt64(const std::string& key) const {
14
return this->entries.find(key)->second.value_int64;
Callers
1
BundleTest.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected