(id: string)
| 259 | } |
| 260 | |
| 261 | export function deleteModelConfigFolder(id: string): void { |
| 262 | stores.settings.removeModelConfigFolder(id) |
| 263 | } |
| 264 | |
| 265 | export function clearModelConfigFolder(id: string): void { |
| 266 | stores.settings.clearModelConfigFolder(id) |
nothing calls this directly
no test coverage detected