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