MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / getAPIProviderForStatsig

Function getAPIProviderForStatsig

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

Source from the content-addressed store, hash-verified

39}
40
41export function getAPIProviderForStatsig(): AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS {
42 return getAPIProvider() as AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS
43}
44
45/**
46 * 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