MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / columnToSortKey

Method columnToSortKey

launcher/minecraft/mod/ResourceFolderModel.cpp:587–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587SortType ResourceFolderModel::columnToSortKey(size_t column) const
588{
589 Q_ASSERT(m_column_sort_keys.size() == columnCount());
590 return m_column_sort_keys.at(column);
591}
592
593/* Standard Proxy Model for createFilterProxyModel */
594[[nodiscard]] bool ResourceFolderModel::ProxyModel::filterAcceptsRow(int source_row,

Callers 1

lessThanMethod · 0.80

Calls 2

sizeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected