Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ isMax
Method
isMax
src/Quantity.cpp:160–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
bool Quantity::isMax() {
161
return getValue() >= getMaxValue();
162
}
163
164
void Quantity::setMin() {
165
setValue(getMinValue());
Callers
3
onDragStart
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected