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

Method setConfirmUpdate

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

Source from the content-addressed store, hash-verified

46
47 [[nodiscard]] bool shouldConfirmUpdate() const { return m_confirm_update; }
48 void setConfirmUpdate(bool confirm) { m_confirm_update = confirm; }
49
50 bool shouldOverride() const { return m_override_existing; }
51

Callers 4

processFlameMethod · 0.80
processModrinthMethod · 0.80
updateMethod · 0.80
updateFromFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected