Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
std::string Variable::GetPreviousValue() const
88
{
89
std::lock_guard<std::mutex> lock(_mutex);
90
return _previousValue;
91
}
92
93
int Variable::GetValueChangeCount() const
94
{
Callers
2
formatLastChangedTooltip
Function · 0.80
test-variable.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected