(id: string)
| 263 | } |
| 264 | |
| 265 | export function clearModelConfigFolder(id: string): void { |
| 266 | stores.settings.clearModelConfigFolder(id) |
| 267 | } |
| 268 | |
| 269 | export function toggleModelConfigFolderExpanded(id: string): void { |
| 270 | const { settings } = stores |
nothing calls this directly
no test coverage detected