Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ Index
Method
Index
launcher/meta/Index.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
namespace Meta
22
{
23
Index::Index(QObject *parent)
24
: QAbstractListModel(parent)
25
{
26
}
27
Index::Index(const QVector<VersionListPtr> &lists, QObject *parent)
28
: QAbstractListModel(parent), m_lists(lists)
29
{
Callers
nothing calls this directly
Calls
4
insert
Method · 0.80
size
Method · 0.45
uid
Method · 0.45
at
Method · 0.45
Tested by
no test coverage detected