MCPcopy Create free account
hub / github.com/PrismLauncher/PrismLauncher / columnToSortKey

Method columnToSortKey

launcher/minecraft/mod/ResourceFolderModel.cpp:756–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754}
755
756SortType ResourceFolderModel::columnToSortKey(size_t column) const
757{
758 Q_ASSERT(m_column_sort_keys.size() == columnCount());
759 return m_column_sort_keys.at(column);
760}
761
762/* Standard Proxy Model for createFilterProxyModel */
763bool ResourceFolderModel::ProxyModel::filterAcceptsRow(int source_row, [[maybe_unused]] const QModelIndex& source_parent) const

Callers 1

lessThanMethod · 0.80

Calls 2

sizeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected