Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ getBool
Method
getBool
TactilityCore/Source/Bundle.cpp:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
namespace tt {
4
5
bool Bundle::getBool(const std::string& key) const {
6
return this->entries.find(key)->second.value_bool;
7
}
8
9
int32_t Bundle::getInt32(const std::string& key) const {
10
return this->entries.find(key)->second.value_int32;
Callers
1
BundleTest.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected