ips/libips/src/repository
Till Wegmueller 7b9391f36e
Refactor: Remove unused imports and clean up redundant code
- Eliminated unused imports across multiple modules, including `info`, `trace`, `warn`, `base64`, `PathBuf`, and `fs`.
- Replaced mutable variable assignment with immutable in `populate_obsolete_db`.
- Simplified loop variable handling in `pkg6depotd` shard handler.
2026-02-04 22:47:44 +01:00
..
catalog.rs Refactor attribute value access and error handling 2026-01-18 13:00:21 +01:00
catalog_writer.rs chore: cargo fmt 2026-01-18 12:51:55 +01:00
file_backend.rs Refactor: Replace redb with rusqlite for catalog handling 2026-02-04 22:39:42 +01:00
mod.rs Refactor: Replace redb with rusqlite for catalog handling 2026-02-04 22:39:42 +01:00
obsoleted.rs chore(format): apply consistent code formatting across modules 2026-02-04 22:40:51 +01:00
progress.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
rest_backend.rs chore(format): format code 2026-01-25 23:17:49 +01:00
shard_sync.rs Refactor: Remove unused imports and clean up redundant code 2026-02-04 22:47:44 +01:00
sqlite_catalog.rs Refactor: Remove unused imports and clean up redundant code 2026-02-04 22:47:44 +01:00
tests.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00