Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetNumClips
Method
GetNumClips
libraries/lib-wave-track/WaveTrack.cpp:3238–3241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3236
}
3237
3238
int WaveTrack::GetNumClips() const
3239
{
3240
return NarrowClips().size();
3241
}
3242
3243
bool WaveTrack::CanOffsetClips(
3244
const std::vector<Interval*> &movingClips,
Callers
6
PasteWaveTrackAtSameTempo
Method · 0.80
FixupProject
Function · 0.80
DoSortTracks
Function · 0.80
ClipBoundaryMessage
Function · 0.80
DoSelectClip
Function · 0.80
OnPaste
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected