MCPcopy 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
93int Variable::GetValueChangeCount() const
94{
95 std::lock_guard<std::mutex> lock(_mutex);
96 return _valueChangeCount;
97}
98
99std::optional<double> Variable::DoubleValue() const
100{

Callers 2

formatLastChangedTooltipFunction · 0.80
test-variable.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected