MCPcopy Index your code
hub / github.com/Recordscript/recordscript / DeviceResult

Interface DeviceResult

src/App.tsx:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28import { getName, getVersion } from "@tauri-apps/api/app";
29
30interface DeviceResult {
31 name: string;
32 is_selected: boolean;
33}
34
35enum ModelCategory {
36 Recommended = "Recommended",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected