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

Method name

launcher/meta/Version.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 return m_version;
27}
28QString Meta::Version::name()
29{
30 if (m_data)
31 return m_data->name;
32 return m_uid;
33}
34QString Meta::Version::typeString() const
35{
36 return m_type;

Callers 3

runLinkMethod · 0.45
on_dnsLookupFinishedMethod · 0.45
dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected