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

Method rend

libraries/lib-project/Project.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37auto AllProjects::rend() const -> const_reverse_iterator
38{
39 return gAudacityProjects.rend();
40}
41
42auto AllProjects::Remove( AudacityProject &project ) -> value_type
43{

Callers 15

CallMethod · 0.45
GetClipAtTimeMethod · 0.45
ReverseMethod · 0.45
GetClipAtTimeMethod · 0.45
AddMethod · 0.45
DoRemovalMethod · 0.45
VisitStatesMethod · 0.45
ParseKeyMethod · 0.45
createMethod · 0.45
createMethod · 0.45
rendFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected