ips/pkg6depotd/tests
Till Wegmueller e1ce390abd
Refactor code to simplify handling and remove unused functions
- Removed `add_package` function from `FileBackend`, consolidating package indexing logic.
- Allowed unused assignments using `#![allow(unused_assignments)]` where necessary.
- Addressed unused imports in integration tests.
- Simplified `Digest` error handling by removing unreachable branches for unknown algorithms.
2026-01-20 22:19:25 +01:00
..
integration_tests.rs Refactor code to simplify handling and remove unused functions 2026-01-20 22:19:25 +01:00