Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1136
int LabelTrack::GetNumLabels() const
1137
{
1138
return mLabels.size();
1139
}
1140
1141
const LabelStruct *LabelTrack::GetLabel(int index) const
1142
{
Callers
8
DEFINE_ATTACHED_VIRTUAL_OVERRIDE
Function · 0.80
TransferDataFromWindow
Method · 0.80
AddLabels
Method · 0.80
DoKeyDown
Method · 0.80
ExportAudioDialog
Method · 0.80
UpdateLabelExportSettings
Method · 0.80
DoMoveToLabel
Function · 0.80
GetRegionsByLabel
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected