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

Function getInitialMainLoopModel

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

Source from the content-addressed store, hash-verified

822}
823
824export function getInitialMainLoopModel(): ModelSetting {
825 return STATE.initialMainLoopModel
826}
827
828export function setMainLoopModelOverride(
829 model: ModelSetting | undefined,

Callers 3

logSessionTelemetryFunction · 0.85
runFunction · 0.85
getModelOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected