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

Method minHeapSize

launcher/ui/widgets/JavaSettingsWidget.cpp:294–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294int JavaSettingsWidget::minHeapSize() const
295{
296 auto min = m_minMemSpinBox->value();
297 auto max = m_maxMemSpinBox->value();
298 if (min > max)
299 min = max;
300 return min;
301}
302
303bool JavaSettingsWidget::permGenEnabled() const
304{

Callers 1

validatePageMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected