Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ IntValue
Method
IntValue
lib/variables/variable.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
std::optional<int> Variable::IntValue() const
105
{
106
return GetInt(Value());
107
}
108
109
void Variable::SetValue(const std::string &value)
110
{
Callers
nothing calls this directly
Calls
2
GetInt
Function · 0.85
Value
Function · 0.70
Tested by
no test coverage detected