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

Method isValid

launcher/minecraft/mod/ModFolderModel.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305bool ModFolderModel::isValid()
306{
307 return m_dir.exists() && m_dir.isReadable();
308}
309
310bool ModFolderModel::startWatching()
311{

Callers 15

columnCountMethod · 0.45
ModLicenseMethod · 0.45
setImageMethod · 0.45
setImageMethod · 0.45
setIconMethod · 0.45
columnCountMethod · 0.45
flagsMethod · 0.45
validateIndexMethod · 0.45
setDataMethod · 0.45
lessThanMethod · 0.45
columnCountMethod · 0.45
installModMethod · 0.45

Calls 1

existsMethod · 0.80

Tested by

no test coverage detected