MCPcopy 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
73inline int min (int a, int b) { return (a<b) ? a : b; }
74
75inline long min (long a, long b) { return (a<b) ? a : b; }
76inline long min (int a, long b) { return (a<b) ? a : b; }

Callers 15

get_supportMethod · 0.85
doglegFunction · 0.85
hybrdXFunction · 0.85
get_supportMethod · 0.85
knob_exposeFunction · 0.85
knob_pointer_eventFunction · 0.85
run_dsp_Method · 0.85
knob_exposeFunction · 0.85
scroll_eventFunction · 0.85
enum_eventFunction · 0.85
motion_eventFunction · 0.85
key_eventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected