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

Method insertBootEntry

src/efibooteditor.cpp:383–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383void EFIBootEditor::insertBootEntry()
384{
385 auto [name, list, model] = currentBootEntryList();
386 Q_UNUSED(name)
387 if(model.options & BootEntryListModel::Option::ReadOnly)
388 return;
389
390 list.insertRow();
391}
392
393void EFIBootEditor::duplicateBootEntry()
394{

Callers

nothing calls this directly

Calls 1

insertRowMethod · 0.45

Tested by

no test coverage detected