MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / saveFreebuffModelPreference

Function saveFreebuffModelPreference

cli/src/utils/settings.ts:176–178  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

174 * in the waiting room so the next launch defaults to it.
175 */
176export const saveFreebuffModelPreference = (model: string): void => {
177 saveSettings({ freebuffModel: model })
178}
179

Callers 1

joinFreebuffQueueFunction · 0.90

Calls 1

saveSettingsFunction · 0.85

Tested by

no test coverage detected