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

Method GetPreviousValue

lib/variables/variable.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87std::string Variable::GetPreviousValue() const
88{
89 std::lock_guard<std::mutex> lock(_mutex);
90 return _previousValue;
91}
92
93int Variable::GetValueChangeCount() const
94{

Callers 2

formatLastChangedTooltipFunction · 0.80
test-variable.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected