MCPcopy 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
3238int WaveTrack::GetNumClips() const
3239{
3240 return NarrowClips().size();
3241}
3242
3243bool WaveTrack::CanOffsetClips(
3244 const std::vector<Interval*> &movingClips,

Callers 6

FixupProjectFunction · 0.80
DoSortTracksFunction · 0.80
ClipBoundaryMessageFunction · 0.80
DoSelectClipFunction · 0.80
OnPasteFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected