| 17 | |
| 18 | #[derive(Debug, Serialize)] |
| 19 | pub struct LanguageCount { |
| 20 | pub language: String, |
| 21 | pub count: usize, |
| 22 | } |
| 23 | |
| 24 | /// A structure response with level-of-detail symbol information. |
| 25 | #[derive(Debug, Serialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected