nyx/src/commands
elipeter 8bc16ac940 Refactor and enhance debugging in walk.rs and scan.rs
- Removed unused commented-out code in `walk.rs` for improved readability.
- Added more `tracing::debug` logs for clearer traceability during file scanning and rule processing.
- Improved condition handling and formatting consistency in `scan.rs`.
- Simplified error management and removed redundant comments in database-related functions.
2025-06-23 17:45:54 +02:00
..
clean.rs Added foundational modules for core functionalities: 2025-06-16 16:46:22 +02:00
index.rs Add vacuum method to Indexer for database maintenance 2025-06-17 21:00:24 +02:00
list.rs Added foundational modules for core functionalities: 2025-06-16 16:46:22 +02:00
mod.rs Add max_file_size_mb and high_only logic to scanning process: 2025-06-23 16:51:39 +02:00
scan.rs Refactor and enhance debugging in walk.rs and scan.rs 2025-06-23 17:45:54 +02:00