resolveDefaultModelSetting
resolveDefaultModelSetting(
repoSetting,globalSetting):string
Defined in: src/default-model.ts:86
Resolve the effective default-model SETTING for a repo: the repo override
unless it is “inherit” (or unset/invalid), in which case the global setting
wins. The result is a global-space SETTING string (“auto” | “default” |
Parameters
Section titled “Parameters”repoSetting
Section titled “repoSetting”string | null | undefined
globalSetting
Section titled “globalSetting”string
Returns
Section titled “Returns”string