| 12 | |
| 13 | #[derive(Serialize, Debug)] |
| 14 | pub struct ScanCodebaseOutput { |
| 15 | pub root_path: String, |
| 16 | pub structure: String, |
| 17 | pub total_files: usize, |
| 18 | pub total_directories: usize, |
| 19 | } |
| 20 | |
| 21 | #[derive(Deserialize, Serialize, Default)] |
| 22 | pub struct ScanCodebaseTool; |
nothing calls this directly
no outgoing calls
no test coverage detected