MCPcopy Create free account
hub / github.com/experdot/pointer / clearLLMConfigFolder

Function clearLLMConfigFolder

src/renderer/src/services/settingsService.ts:147–149  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

145}
146
147export function clearLLMConfigFolder(id: string): void {
148 stores.settings.clearLLMConfigFolder(id)
149}
150
151export function toggleLLMConfigFolderExpanded(id: string): void {
152 const { settings } = stores

Callers

nothing calls this directly

Calls 1

clearLLMConfigFolderMethod · 0.80

Tested by

no test coverage detected