Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ MakeRow
Function
MakeRow
src/PluginDataModel.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void* MakeRow(uint32_t index)
31
{
32
RowConv conv { nullptr };
33
conv.value = index | 0x80000000;
34
return conv.data;
35
}
36
37
PluginDataModel::PluginDataModel(int filterEffectCategory,
38
int filterState,
Callers
1
UpdateFilter
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected