MCPcopy 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
74bool Index::hasUid(const QString &uid) const
75{
76 return m_uids.contains(uid);
77}
78
79VersionListPtr Index::get(const QString &uid)
80{

Callers 3

getVersionListMethod · 0.80
isRevertibleMethod · 0.80
IndexTestClass · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected