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

Method GetNumLabels

libraries/lib-label-track/LabelTrack.cpp:1136–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1134}
1135
1136int LabelTrack::GetNumLabels() const
1137{
1138 return mLabels.size();
1139}
1140
1141const LabelStruct *LabelTrack::GetLabel(int index) const
1142{

Callers 8

AddLabelsMethod · 0.80
DoKeyDownMethod · 0.80
ExportAudioDialogMethod · 0.80
DoMoveToLabelFunction · 0.80
GetRegionsByLabelFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected