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

Method addModelConfig

src/renderer/src/stores/interfaces/ui.ts:170–170  ·  view source on GitHub ↗
(config: ModelConfig)

Source from the content-addressed store, hash-verified

168 // ==================== Model 配置 ====================
169
170 addModelConfig(config: ModelConfig): void
171 updateModelConfig(id: string, changes: Partial<ModelConfig>): void
172 removeModelConfig(id: string): void
173

Callers 3

handleImportFunction · 0.80
createModelConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected