MCPcopy
hub / github.com/codeaashu/claude-code / getMainLoopModelOverride

Function getMainLoopModelOverride

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

Source from the content-addressed store, hash-verified

836 * updates their configured model.
837 */
838export function getMainLoopModelOverride(): ModelSetting | undefined {
839 return STATE.mainLoopModelOverride
840}
841
842export function getInitialMainLoopModel(): ModelSetting {
843 return STATE.initialMainLoopModel

Callers 5

buildInheritedCliFlagsFunction · 0.85
restoreAgentFromSessionFunction · 0.85
buildInheritedCliFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected