Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ HasContainerColumns
Method
HasContainerColumns
src/PluginDataModel.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
bool PluginDataModel::HasContainerColumns(const wxDataViewItem& item) const
87
{
88
return item.GetID() == RowIdRoot;
89
}
90
91
void PluginDataModel::SetFilterType(const wxString& type)
92
{
Callers
nothing calls this directly
Calls
1
GetID
Method · 0.45
Tested by
no test coverage detected