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