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

Function getInitialMainLoopModel

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

Source from the content-addressed store, hash-verified

840}
841
842export function getInitialMainLoopModel(): ModelSetting {
843 return STATE.initialMainLoopModel
844}
845
846export function setMainLoopModelOverride(
847 model: ModelSetting | undefined,

Callers 3

logSessionTelemetryFunction · 0.85
runFunction · 0.85
getModelOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected