Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ rbegin
Method
rbegin
libraries/lib-project/Project.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
auto AllProjects::rbegin() const -> const_reverse_iterator
33
{
34
return gAudacityProjects.rbegin();
35
}
36
37
auto AllProjects::rend() const -> const_reverse_iterator
38
{
Callers
15
SpectrumTransformer.h
File · 0.45
OutputStep
Method · 0.45
ProcessPass
Method · 0.45
Call
Method · 0.45
MergeItemsAscendingNamesPass
Method · 0.45
GetClipAtTime
Method · 0.45
WaveTrackSink
Method · 0.45
Reverse
Method · 0.45
SetFloatsWithinTimeRange
Method · 0.45
GetClipAtTime
Method · 0.45
Add
Method · 0.45
ChangeSelectionOnShiftClick
Method · 0.45
Calls
no outgoing calls
Tested by
1
OutputStep
Method · 0.36