MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getAntModels

Function getAntModels

src/utils/model/antModels.ts:44–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export function getAntModels(): AntModel[] {
45 if (process.env.USER_TYPE !== 'ant') {
46 return []
47 }
48 return getAntModelOverrideConfig()?.antModels ?? []
49}
50
51export function resolveAntModel(
52 model: string | undefined,

Callers 2

getModelOptionsBaseFunction · 0.85
resolveAntModelFunction · 0.85

Calls 1

Tested by

no test coverage detected