Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ isApplied
Method
isApplied
launcher/BaseInstaller.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
bool BaseInstaller::isApplied(MinecraftInstance *on)
27
{
28
return QFile::exists(filename(on->instanceRoot()));
29
}
30
31
bool BaseInstaller::add(MinecraftInstance *to)
32
{
Callers
nothing calls this directly
Calls
1
instanceRoot
Method · 0.80
Tested by
no test coverage detected