MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / count

Method count

launcher/meta/VersionList.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return m_versions.at(i);
51}
52int VersionList::count() const
53{
54 return m_versions.size();
55}
56
57void VersionList::sortVersions()
58{

Callers 15

humanReadableDurationMethod · 0.45
naturalCompareMethod · 0.45
decideAccountMethod · 0.45
pathDepthFunction · 0.45
createShortcutFunction · 0.45
rowCountMethod · 0.45
addMethod · 0.45
getInstIndexMethod · 0.45
saveGroupListMethod · 0.45
parseOldFileFormatFunction · 0.45
updateStateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected