MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getAntModelOverrideSection

Function getAntModelOverrideSection

src/constants/prompts.ts:136–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136function getAntModelOverrideSection(): string | null {
137 if (process.env.USER_TYPE !== 'ant') return null
138 if (isUndercover()) return null
139 return getAntModelOverrideConfig()?.defaultSystemPromptSuffix || null
140}
141
142function getLanguageSection(
143 languagePreference: string | undefined,

Callers 1

getSystemPromptFunction · 0.85

Calls 2

isUndercoverFunction · 0.85

Tested by

no test coverage detected