Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
bool WorldList::isValid()
127
{
128
return m_dir.exists() && m_dir.isReadable();
129
}
130
131
bool WorldList::deleteWorld(int index)
132
{
Callers
5
update
Method · 0.45
data
Method · 0.45
retrieveData
Method · 0.45
flags
Method · 0.45
installWorld
Method · 0.45
Calls
1
exists
Method · 0.80
Tested by
no test coverage detected