:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 2s

This commit is contained in:
Your Name
2025-05-29 22:26:48 +12:00
parent 147012bf12
commit f9fee188e8
7 changed files with 109 additions and 175 deletions

View File

@@ -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: