Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetRowIndex
Function
GetRowIndex
src/PluginDataModel.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
};
23
24
uint32_t GetRowIndex(const wxDataViewItem& item)
25
{
26
const RowConv conv { item.GetID() };
27
return conv.value & 0x7FFFFFFF;
28
}
29
30
void* MakeRow(uint32_t index)
31
{
Callers
4
GetRowForItem
Method · 0.85
GetValue
Method · 0.85
SetValue
Method · 0.85
GetPlugin
Method · 0.85
Calls
1
GetID
Method · 0.45
Tested by
no test coverage detected