MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getMainLoopModelOverride

Function getMainLoopModelOverride

src/bootstrap/state.ts:820–822  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

818 * updates their configured model.
819 */
820export function getMainLoopModelOverride(): ModelSetting | undefined {
821 return STATE.mainLoopModelOverride
822}
823
824export function getInitialMainLoopModel(): ModelSetting {
825 return STATE.initialMainLoopModel

Callers 4

restoreAgentFromSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected