MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / isApplied

Method isApplied

launcher/BaseInstaller.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22BaseInstaller::BaseInstaller() {}
23
24bool BaseInstaller::isApplied(MinecraftInstance* on)
25{
26 return QFile::exists(filename(on->instanceRoot()));
27}
28
29bool BaseInstaller::add(MinecraftInstance* to)
30{

Callers

nothing calls this directly

Calls 1

instanceRootMethod · 0.80

Tested by

no test coverage detected