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

Method isValid

launcher/minecraft/WorldList.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126bool WorldList::isValid()
127{
128 return m_dir.exists() && m_dir.isReadable();
129}
130
131bool WorldList::deleteWorld(int index)
132{

Callers 5

updateMethod · 0.45
dataMethod · 0.45
retrieveDataMethod · 0.45
flagsMethod · 0.45
installWorldMethod · 0.45

Calls 1

existsMethod · 0.80

Tested by

no test coverage detected