MCPcopy 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
26bool BaseInstaller::isApplied(MinecraftInstance *on)
27{
28 return QFile::exists(filename(on->instanceRoot()));
29}
30
31bool BaseInstaller::add(MinecraftInstance *to)
32{

Callers

nothing calls this directly

Calls 1

instanceRootMethod · 0.80

Tested by

no test coverage detected