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

Method GetEndTime

libraries/lib-track/Track.cpp:787–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785}
786
787double TrackList::GetEndTime() const
788{
789 return Accumulate(*this, &Track::GetEndTime,
790 std::numeric_limits<double>::lowest(), std::max);
791}
792
793auto Track::ClassTypeInfo() -> const TypeInfo &
794{

Callers 15

PasteMethod · 0.45
ModifiedAnalysisTrackMethod · 0.45
GetBoundsMethod · 0.45
MixAndRenderFunction · 0.45
ProcessPassMethod · 0.45
ProcessOneMethod · 0.45
ProcessPassMethod · 0.45
ProcessMethod · 0.45
DoRemovalMethod · 0.45
AnalyzeMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45

Calls 1

AccumulateFunction · 0.70

Tested by

no test coverage detected