Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetStartTime
Method
GetStartTime
libraries/lib-track/Track.cpp:781–785 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
779
}
780
781
double TrackList::GetStartTime() const
782
{
783
return Accumulate(*this, &Track::GetStartTime,
784
std::numeric_limits<double>::max(), std::min);
785
}
786
787
double TrackList::GetEndTime() const
788
{
Callers
15
ModifiedAnalysisTrack
Method · 0.45
GetBounds
Method · 0.45
MixAndRender
Function · 0.45
ProcessOne
Method · 0.45
ProcessPass
Method · 0.45
Process
Method · 0.45
Process
Method · 0.45
DeduceFrequencies
Method · 0.45
Process
Method · 0.45
Process
Method · 0.45
Process
Method · 0.45
Process
Method · 0.45
Calls
2
max
Function · 0.85
Accumulate
Function · 0.70
Tested by
no test coverage detected