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

Function getAPIProviderForStatsig

src/utils/model/providers.ts:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16export function getAPIProviderForStatsig(): AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS {
17 return getAPIProvider() as AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS
18}
19
20/**
21 * Check if ANTHROPIC_BASE_URL is a first-party Anthropic API URL.

Callers 4

logAPIQueryFunction · 0.85
logAPIErrorFunction · 0.85
logAPISuccessFunction · 0.85
withRetryFunction · 0.85

Calls 1

getAPIProviderFunction · 0.85

Tested by

no test coverage detected