Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ mini
Function
mini
include/rack0.hpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
DEPRECATED inline int mini(int a, int b) {
49
return std::min(a, b);
50
}
51
DEPRECATED inline int maxi(int a, int b) {
52
return std::max(a, b);
53
}
Callers
nothing calls this directly
Calls
1
min
Function · 0.85
Tested by
no test coverage detected