MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / shouldOverride

Method shouldOverride

launcher/InstanceTask.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 QString group() const { return m_instGroup; }
44
45 bool shouldOverride() const { return m_override_existing; }
46
47 protected:
48 void setOverride(bool override) { m_override_existing = override; }

Callers 3

processFlameMethod · 0.80
processModrinthMethod · 0.80
childSuccededMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected