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

Function clearModelConfigFolder

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

Source from the content-addressed store, hash-verified

263}
264
265export function clearModelConfigFolder(id: string): void {
266 stores.settings.clearModelConfigFolder(id)
267}
268
269export function toggleModelConfigFolderExpanded(id: string): void {
270 const { settings } = stores

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected