| 124 | |
| 125 | #[derive(Debug, Clone, Default)] |
| 126 | pub struct LoaderList { |
| 127 | list_items: Vec<ModLoader>, |
| 128 | state: ListState, |
| 129 | } |
| 130 | |
| 131 | impl Hash for GithubAddListItem { |
| 132 | fn hash<H: Hasher>(&self, state: &mut H) { |
nothing calls this directly
no outgoing calls
no test coverage detected