Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
213
bool ModFolderModel::isValid()
214
{
215
return m_dir.exists() && m_dir.isReadable();
216
}
217
218
bool ModFolderModel::startWatching()
219
{
Callers
15
shouldRefresh
Method · 0.45
tokenToJSONV3
Function · 0.45
removeAccount
Method · 0.45
data
Method · 0.45
flags
Method · 0.45
setData
Method · 0.45
getDateTime
Function · 0.45
onRequestDone
Method · 0.45
setImage
Method · 0.45
setImage
Method · 0.45
flags
Method · 0.45
validateIndex
Method · 0.45
Calls
1
exists
Method · 0.80
Tested by
no test coverage detected