MCPcopy 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
104std::optional<int> Variable::IntValue() const
105{
106 return GetInt(Value());
107}
108
109void Variable::SetValue(const std::string &value)
110{

Callers

nothing calls this directly

Calls 2

GetIntFunction · 0.85
ValueFunction · 0.70

Tested by

no test coverage detected