(id: string)
| 145 | } |
| 146 | |
| 147 | export function clearLLMConfigFolder(id: string): void { |
| 148 | stores.settings.clearLLMConfigFolder(id) |
| 149 | } |
| 150 | |
| 151 | export function toggleLLMConfigFolderExpanded(id: string): void { |
| 152 | const { settings } = stores |
nothing calls this directly
no test coverage detected