Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ DoSelectAll
Function
DoSelectAll
src/SelectUtilities.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
void DoSelectAll(AudacityProject &project)
138
{
139
DoSelectTimeAndTracks( project, true, true );
140
}
141
142
void DoSelectAllAudio(AudacityProject &project)
143
{
Callers
3
OnApplyToFiles
Method · 0.85
ResetProjectToEmpty
Method · 0.85
OnSelectAll
Method · 0.85
Calls
1
DoSelectTimeAndTracks
Function · 0.85
Tested by
no test coverage detected