Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
176
export
const
saveFreebuffModelPreference = (model: string): void => {
177
saveSettings({ freebuffModel: model })
178
}
179
Callers
1
joinFreebuffQueue
Function · 0.90
Calls
1
saveSettings
Function · 0.85
Tested by
no test coverage detected