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

Function _temp

src/components/ModelPicker.tsx:398–400  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

396 return s_0.effortValue;
397}
398function _temp(s) {
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);

Callers

nothing calls this directly

Calls 1

isFastModeEnabledFunction · 0.85

Tested by

no test coverage detected