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

Function resolveOptionModel

src/components/ModelPicker.tsx:401–404  ·  view source on GitHub ↗
(value?: string)

Source from the content-addressed store, hash-verified

399 return isFastModeEnabled() ? s.fastMode : false;
400}
401function resolveOptionModel(value?: string): string | undefined {
402 if (!value) return undefined;
403 return value === NO_PREFERENCE ? getDefaultMainLoopModel() : parseUserSpecifiedModel(value);
404}
405function EffortLevelIndicator(t0) {
406 const $ = _c(5);
407 const {

Callers 2

ModelPickerFunction · 0.85

Calls 2

getDefaultMainLoopModelFunction · 0.85
parseUserSpecifiedModelFunction · 0.85

Tested by

no test coverage detected