| 36 | |
| 37 | #[derive(Debug, Serialize)] |
| 38 | pub struct FileSymbolInfo { |
| 39 | pub file: String, |
| 40 | pub symbols: Vec<SymbolSummary>, |
| 41 | } |
| 42 | |
| 43 | #[derive(Debug, Serialize)] |
| 44 | pub struct SymbolSummary { |
nothing calls this directly
no outgoing calls
no test coverage detected