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

Function getInitialAdvisorSetting

src/utils/advisor.ts:108–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108export function getInitialAdvisorSetting(): string | undefined {
109 if (!isAdvisorEnabled()) {
110 return undefined
111 }
112 return getInitialSettings().advisorModel
113}
114
115export function getAdvisorUsage(
116 usage: BetaUsage,

Callers 1

runFunction · 0.85

Calls 2

isAdvisorEnabledFunction · 0.85
getInitialSettingsFunction · 0.85

Tested by

no test coverage detected