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

Method at

launcher/meta/VersionList.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

parseMethod · 0.45
getNextCharFunction · 0.45
decideAccountMethod · 0.45
splitArgsFunction · 0.45
RemoveInvalidPathCharsFunction · 0.45
indexMethod · 0.45
expandVariablesFunction · 0.45
on_dnsLookupFinishedMethod · 0.45
isVersionSelectedMethod · 0.45
getVersionForLoaderMethod · 0.45
searchProjectsMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_searchMethod · 0.36
test_removeResourceFunction · 0.36
test_enable_disableFunction · 0.36