Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
28
QString Meta::Version::name()
29
{
30
if (m_data)
31
return m_data->name;
32
return m_uid;
33
}
34
QString Meta::Version::typeString() const
35
{
36
return m_type;
Callers
3
runLink
Method · 0.45
on_dnsLookupFinished
Method · 0.45
data
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected