This commit is contained in:
@@ -22,9 +22,8 @@ class Database {
|
||||
|
||||
Database(const std::filesystem::path& path);
|
||||
~Database();
|
||||
bool remove(const std::string& hash);
|
||||
bool remove_by_hash(const std::string& hash);
|
||||
bool get(const std::string& hash, dbEntry& entry);
|
||||
bool get(const std::string& hash_or_labeltag, dbEntry& entry);
|
||||
bool list(std::vector<dbEntry>& entries);
|
||||
bool update_or_insert(const dbEntry& entry);
|
||||
private:
|
||||
|
Reference in New Issue
Block a user