Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ hasUid
Method
hasUid
launcher/meta/Index.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
bool Index::hasUid(const QString &uid) const
75
{
76
return m_uids.contains(uid);
77
}
78
79
VersionListPtr Index::get(const QString &uid)
80
{
Callers
3
getVersionList
Method · 0.80
isRevertible
Method · 0.80
IndexTest
Class · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected