MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / Value

Method Value

lib/utils/temp-variable.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100std::optional<std::string> TempVariable::Value() const
101{
102 if (!_valueIsValid) {
103 return {};
104 }
105 return _value;
106}
107
108void TempVariable::SetValue(const std::string &val)
109{

Callers 5

GetSceneMethod · 0.45
ToStringMethod · 0.45
GetSourceMethod · 0.45
ToStringMethod · 0.45
_UnitChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected