mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
* Use all_cards_for_search() helper * Add CardTableGuard * Add for_each_card_in_search() helper * Add all_cards_for_search_in_order() helper * Add all_cards_for_ids() helper * Return siblings for bury instead of only searching * Remove redundant clear_searched_cards_table() calls * Add with_searched_cards_table() * Remove false comment * Add NoteTableGuard * Add with_ids_in_searched_notes_table() helper * Make some last routines use table helpers |
||
|---|---|---|
| .. | ||
| card | ||
| config | ||
| deck | ||
| deckconfig | ||
| graves | ||
| note | ||
| notetype | ||
| revlog | ||
| tag | ||
| upgrades | ||
| collection_timestamps.rs | ||
| mod.rs | ||
| schema11.sql | ||
| sqlite.rs | ||
| sync.rs | ||
| sync_check.rs | ||