Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ GetValueChangeCount
Method
GetValueChangeCount
lib/variables/variable.cpp:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
int Variable::GetValueChangeCount() const
94
{
95
std::lock_guard<std::mutex> lock(_mutex);
96
return _valueChangeCount;
97
}
98
99
std::optional<double> Variable::DoubleValue() const
100
{
Callers
2
formatLastChangedTooltip
Function · 0.80
test-variable.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected