| 28 | import { getName, getVersion } from "@tauri-apps/api/app"; |
| 29 | |
| 30 | interface DeviceResult { |
| 31 | name: string; |
| 32 | is_selected: boolean; |
| 33 | } |
| 34 | |
| 35 | enum ModelCategory { |
| 36 | Recommended = "Recommended", |
nothing calls this directly
no outgoing calls
no test coverage detected