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

Method toJSON

src/bootentry.cpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57auto FilePath::Pci::toJSON() const -> QJsonObject
58{
59 QJsonObject value{};
60 value["type"] = TYPE;
61 value["subtype"] = SUBTYPE;
62 value["function"] = static_cast<int>(function);
63 value["device"] = static_cast<int>(device);
64 return value;
65}
66
67auto FilePath::Pci::toString(bool refresh) const -> QString
68{

Callers

nothing calls this directly

Calls 2

toHexFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected