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

Method fromError

src/bootentry.cpp:2625–2632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2623}
2624
2625auto BootEntry::fromError(const QString &error) -> BootEntry
2626{
2627 BootEntry value{};
2628 value.is_error = true;
2629 value.description = "Error";
2630 value.error = error;
2631 return value;
2632}
2633
2634auto BootEntry::toEFIBootLoadOption() const -> EFIBoot::Load_option
2635{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected