Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
bool ModFolderModel::isValid()
306
{
307
return m_dir.exists() && m_dir.isReadable();
308
}
309
310
bool ModFolderModel::startWatching()
311
{
Callers
15
columnCount
Method · 0.45
ModLicense
Method · 0.45
setImage
Method · 0.45
setImage
Method · 0.45
setIcon
Method · 0.45
columnCount
Method · 0.45
flags
Method · 0.45
validateIndex
Method · 0.45
setData
Method · 0.45
lessThan
Method · 0.45
columnCount
Method · 0.45
installMod
Method · 0.45
Calls
1
exists
Method · 0.80
Tested by
no test coverage detected