MCPcopy Create free account
hub / github.com/Noumena-Network/code / getAPIProviderForStatsig

Function getAPIProviderForStatsig

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

Source from the content-addressed store, hash-verified

62}
63
64export function getAPIProviderForStatsig(): AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS {
65 return getAPIProvider() as AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS
66}
67
68function getAllowedFirstPartyHosts(): string[] {
69 const allowedHosts = [

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