MCPcopy Create free account
hub / github.com/audacity/audacity / min

Function min

src/commands/CompareAudioCommand.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114inline int min(int a, int b)
115{
116 return (a < b) ? a : b;
117}
118
119bool CompareAudioCommand::Apply(const CommandContext & context)
120{

Callers 15

ApplyMethod · 0.70
ProcessTracksMethod · 0.50
SnappingProcessorMethod · 0.50
PopulateMethod · 0.50
GetMethod · 0.50
InitMethod · 0.50
AdvancedTrackTimeMethod · 0.50
DrawClipAffordanceMethod · 0.50
OffsetSequenceTimeMethod · 0.50
GetPlaybackSliceMethod · 0.50
PlayPlayRegionMethod · 0.50
GetPlaybackSliceMethod · 0.50

Calls

no outgoing calls

Tested by 11

ProcessTracksMethod · 0.40
SnappingProcessorMethod · 0.40
findValueFunction · 0.40
DrawClipSpectrumFunction · 0.40
PopulateMethod · 0.40
GetSpectrogramMethod · 0.40
DoZoomMethod · 0.40
OnSpectrumScaleTypeMethod · 0.40
DoHandleWheelRotationMethod · 0.40