Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ name
Method
name
launcher/minecraft/mod/Mod.cpp:129–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
QString Mod::name() const
130
{
131
auto & d = details();
132
if(!d.name.isEmpty()) {
133
return d.name;
134
}
135
return m_name;
136
}
137
138
QString Mod::homeurl() const
139
{
Callers
14
Component
Method · 0.45
data
Method · 0.45
scheduleSave
Method · 0.45
save_internal
Method · 0.45
load
Method · 0.45
updateSucceeded
Method · 0.45
updateFailed
Method · 0.45
migratePreComponentConfig
Method · 0.45
executeTask
Method · 0.45
data
Method · 0.45
executeTask
Method · 0.45
executeTask
Method · 0.45
Calls
1
isEmpty
Method · 0.80
Tested by
no test coverage detected