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

Method Value

lib/variables/variable.cpp:77–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77std::string Variable::Value(bool updateLastUsed) const
78{
79 std::lock_guard<std::mutex> lock(_mutex);
80 if (updateLastUsed) {
81 UpdateLastUsed();
82 }
83
84 return _value;
85}
86
87std::string Variable::GetPreviousValue() const
88{

Callers 15

SetupDescriptionMethod · 0.45
MarkSelectedSegmentMethod · 0.45
ApplyVarMappingsMethod · 0.45
isNumberFunction · 0.45
compareNumberFunction · 0.45
CompareMethod · 0.45
ValueChangedMethod · 0.45
CompareVariablesMethod · 0.45
CheckConditionMethod · 0.45
CompareMethod · 0.45
ValueChangedMethod · 0.45
CompareVariablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected