MCPcopy 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
24uint32_t GetRowIndex(const wxDataViewItem& item)
25{
26 const RowConv conv { item.GetID() };
27 return conv.value & 0x7FFFFFFF;
28}
29
30void* MakeRow(uint32_t index)
31{

Callers 4

GetRowForItemMethod · 0.85
GetValueMethod · 0.85
SetValueMethod · 0.85
GetPluginMethod · 0.85

Calls 1

GetIDMethod · 0.45

Tested by

no test coverage detected