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

Method descriptor

launcher/meta/Version.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22Meta::Version::Version(const QString& uid, const QString& version) : BaseVersion(), m_uid(uid), m_version(version) {}
23
24QString Meta::Version::descriptor()
25{
26 return m_version;
27}
28QString Meta::Version::name()
29{
30 if (m_data)

Callers 12

findVersionMethod · 0.45
dataMethod · 0.45
getVersionForLoaderMethod · 0.45
getVersionForLoaderMethod · 0.45
loaderFilterChangedMethod · 0.45
suggestCurrentMethod · 0.45
chooseVersionMethod · 0.45
dataMethod · 0.45
doneMethod · 0.45
toComparableVersionMethod · 0.45
createInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected