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

Method count

launcher/meta/VersionList.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 return m_versions.at(i);
46}
47int VersionList::count() const
48{
49 return m_versions.size();
50}
51
52void VersionList::sortVersions()
53{

Callers 15

decideAccountMethod · 0.45
rowCountMethod · 0.45
addMethod · 0.45
getInstIndexMethod · 0.45
saveGroupListMethod · 0.45
naturalCompareMethod · 0.45
loadFileMethod · 0.45
fromJsonFunction · 0.45
resolveMethod · 0.45
updateStateMethod · 0.45
updateStateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 3

test_parseMethod · 0.36
test_inspectMethod · 0.36
test_inspect_symlinksMethod · 0.36