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

Interface Model

src/App.tsx:40–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40interface Model {
41 type: string;
42 name: string;
43 disk_usage: number;
44 mem_usage: number;
45 is_downloaded: boolean;
46 can_run: boolean;
47 whitelisted_lang: string[] | null;
48 category: ModelCategory;
49 type_name: string;
50 description: string;
51}
52
53enum ModelState {
54 Stopped,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected