docs: Fully document db module functions with examples and details

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 16:05:20 -03:00
parent 11ec6cf01e
commit 9e11756d4a
2 changed files with 15 additions and 15 deletions

View File

@@ -818,7 +818,7 @@ pub fn get_items_matching(
None => item_ok = false,
}
if item_ok {
if !item_ok {
break;
}
}