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

Method columnToSortKey

launcher/minecraft/mod/ResourceFolderModel.cpp:477–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477SortType ResourceFolderModel::columnToSortKey(size_t column) const
478{
479 Q_ASSERT(m_column_sort_keys.size() == columnCount());
480 return m_column_sort_keys.at(column);
481}
482
483void ResourceFolderModel::enableInteraction(bool enabled)
484{

Callers 1

lessThanMethod · 0.80

Calls 2

sizeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected