| 23 | use crate::detector::report::Report; |
| 24 | |
| 25 | pub struct LockBudCallbacks { |
| 26 | options: Options, |
| 27 | file_name: String, |
| 28 | output_directory: PathBuf, |
| 29 | test_run: bool, |
| 30 | } |
| 31 | |
| 32 | impl LockBudCallbacks { |
| 33 | pub fn new(options: Options) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected