MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / getCurrentBoot

Method getCurrentBoot

src/bootentrywidget.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74auto BootEntryWidget::getCurrentBoot() const -> bool
75{
76 return ui->current_boot->isChecked();
77}
78
79void BootEntryWidget::setCurrentBoot(bool current_boot)
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected