Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ isValid
Method
isValid
launcher/minecraft/WorldList.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
bool WorldList::isValid()
115
{
116
return m_dir.exists() && m_dir.isReadable();
117
}
118
119
QString WorldList::instDirPath() const
120
{
Callers
6
update
Method · 0.45
columnCount
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