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

Method isVersionSelected

launcher/modplatform/ModIndex.h:151–157  ·  view source on GitHub ↗

For internal use, not provided by APIs

Source from the content-addressed store, hash-verified

149
150 // For internal use, not provided by APIs
151 [[nodiscard]] bool isVersionSelected(int index) const
152 {
153 if (!versionsLoaded)
154 return false;
155
156 return versions.at(index).is_currently_selected;
157 }
158 [[nodiscard]] bool isAnyVersionSelected() const
159 {
160 if (!versionsLoaded)

Callers 1

updateSelectionButtonMethod · 0.80

Calls 1

atMethod · 0.45

Tested by

no test coverage detected