MCPcopy Create free account
hub / github.com/MultiMC/Launcher / isValid

Method isValid

launcher/minecraft/mod/ModFolderModel.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218bool ModFolderModel::isValid()
219{
220 return m_dir.exists() && m_dir.isReadable();
221}
222
223// FIXME: this does not take disabled mod (with extra .disable extension) into account...
224bool ModFolderModel::installMod(const QString &filename)

Callers 12

shouldUpdateMethod · 0.45
shouldRefreshMethod · 0.45
tokenToJSONV3Function · 0.45
removeAccountMethod · 0.45
dataMethod · 0.45
flagsMethod · 0.45
setDataMethod · 0.45
getDateTimeFunction · 0.45
dataMethod · 0.45
setDataMethod · 0.45
flagsMethod · 0.45
dataMethod · 0.45

Calls 1

existsMethod · 0.80

Tested by

no test coverage detected