MCPcopy Create free account
hub / github.com/Universal-Team/Universal-Updater / Queue

Class Queue

include/utils/queueSystem.hpp:70–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68};
69
70class Queue {
71public:
72 Queue(nlohmann::json object, const C2D_Image &img, const std::string &name, const std::string &uName, const std::string &eName, const std::string &lUpdated) :
73 obj(object), icn(img), total(object.size()), current(QueueSystem::LastElement), name(name), unistoreName(uName), entryName(eName), lastUpdated(lUpdated) { };
74
75 QueueStatus status = QueueStatus::None;
76 nlohmann::json obj;
77 C2D_Image icn;
78 int total, current;
79 std::string name = "", unistoreName = "", entryName = "", lastUpdated = "";
80 int Stars = 0;
81};
82
83#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected