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

Method at

launcher/meta/VersionList.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43const BaseVersionPtr VersionList::at(int i) const
44{
45 return m_versions.at(i);
46}
47int VersionList::count() const
48{
49 return m_versions.size();

Callers 15

operator<Method · 0.45
operator>Method · 0.45
operator==Method · 0.45
decideAccountMethod · 0.45
splitArgsFunction · 0.45
indexMethod · 0.45
getNextCharFunction · 0.45
on_dnsLookupFinishedMethod · 0.45
getVersionForLoaderMethod · 0.45
parseAndAddPacksMethod · 0.45
modrinthCheckFinishedMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_removeResourceFunction · 0.36
test_enable_disableFunction · 0.36