mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
- backend routines should contain minimal logic, and should call into a routine on the collection - instead of copying the giant-string approach the Python code was taking, we use a HashSet to keep track of seen tags as we loop through the notes, which should be more efficient |
||
|---|---|---|
| .. | ||
| card | ||
| config | ||
| deck | ||
| deckconf | ||
| graves | ||
| note | ||
| notetype | ||
| revlog | ||
| tag | ||
| upgrades | ||
| mod.rs | ||
| schema11.sql | ||
| sqlite.rs | ||
| sync.rs | ||
| sync_check.rs | ||