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

Function getSelectedFreebuffModel

cli/src/state/freebuff-model-store.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38/** Imperative read for non-React callers (the session hook's tick loop and
39 * the chat-completions metadata builder). */
40export function getSelectedFreebuffModel(): string {
41 return useFreebuffModelStore.getState().selectedModel
42}

Callers 3

loadLocalAgentsFunction · 0.90
getAgentIdForModeFunction · 0.90
tickFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected