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

Method fromJSON

src/bootentry.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48auto FilePath::Pci::fromJSON(const QJsonObject &obj) -> std::optional<Pci>
49{
50 Pci value{};
51 check_obj();
52 try_read_3(function, Double, Int);
53 try_read_3(device, Double, Int);
54 return {value};
55}
56
57auto FilePath::Pci::toJSON() const -> QJsonObject
58{

Callers

nothing calls this directly

Calls 3

get_defaultFunction · 0.85
JSON_readersFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected