()
| 10 | import type { ModelDefinition } from './model-types' |
| 11 | |
| 12 | function getStorePath(): string { |
| 13 | return path.join(getPathProvider().getAiDataDir(), 'custom-models.json') |
| 14 | } |
| 15 | |
| 16 | function readStore(): ModelDefinition[] { |
| 17 | const storePath = getStorePath() |
no test coverage detected