Add Database::user_known_bash_tags()

This commit is contained in:
Oliver Hamlet
2026-01-02 15:30:24 +00:00
parent e72a0de8c7
commit 2fe107d66b
9 changed files with 87 additions and 0 deletions
+7
View File
@@ -145,6 +145,13 @@ public:
*/
virtual std::vector<std::string> GetKnownBashTags() const = 0;
/**
* @brief Gets the Bash Tags that are listed in the loaded userlist.
* @details Bash Tag suggestions can include Bash Tags not in this list.
* @returns The Bash Tag names, which may include duplicates.
*/
virtual std::vector<std::string> GetUserKnownBashTags() const = 0;
/**
* @brief Get all general messages listed in the loaded metadata lists.
* @param evaluateConditions