MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / isValid

Method isValid

launcher/minecraft/mod/ModFolderModel.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213bool ModFolderModel::isValid()
214{
215 return m_dir.exists() && m_dir.isReadable();
216}
217
218bool ModFolderModel::startWatching()
219{

Callers 15

shouldRefreshMethod · 0.45
tokenToJSONV3Function · 0.45
removeAccountMethod · 0.45
dataMethod · 0.45
flagsMethod · 0.45
setDataMethod · 0.45
getDateTimeFunction · 0.45
onRequestDoneMethod · 0.45
setImageMethod · 0.45
setImageMethod · 0.45
flagsMethod · 0.45
validateIndexMethod · 0.45

Calls 1

existsMethod · 0.80

Tested by

no test coverage detected