Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brummer10/guitarix
/ min
Function
min
trunk/tools/pythonmodule.cpp:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
73
inline int min (int a, int b) { return (a<b) ? a : b; }
74
75
inline long min (long a, long b) { return (a<b) ? a : b; }
76
inline long min (int a, long b) { return (a<b) ? a : b; }
Callers
15
get_support
Method · 0.85
dogleg
Function · 0.85
hybrdX
Function · 0.85
get_support
Method · 0.85
knob_expose
Function · 0.85
knob_pointer_event
Function · 0.85
run_dsp_
Method · 0.85
knob_expose
Function · 0.85
scroll_event
Function · 0.85
enum_event
Function · 0.85
motion_event
Function · 0.85
key_event
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected