MCPcopy 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
32auto AllProjects::rbegin() const -> const_reverse_iterator
33{
34 return gAudacityProjects.rbegin();
35}
36
37auto AllProjects::rend() const -> const_reverse_iterator
38{

Callers 15

OutputStepMethod · 0.45
ProcessPassMethod · 0.45
CallMethod · 0.45
GetClipAtTimeMethod · 0.45
WaveTrackSinkMethod · 0.45
ReverseMethod · 0.45
GetClipAtTimeMethod · 0.45
AddMethod · 0.45

Calls

no outgoing calls

Tested by 1

OutputStepMethod · 0.36