MCPcopy Create free account
hub / github.com/LunaSource/Luna / Init

Method Init

config/config.go:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 if apiKey != "" {
150 cfg.ApiKey = apiKey
151 }
152 if model != "" {
153 cfg.Model = model
154 }
155 SaveGlobalConfig(cfg)
156 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected