MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / isAuthScopedProvider

Function isAuthScopedProvider

src/api/providers/fetchers/modelCache.ts:70–72  ·  view source on GitHub ↗
(provider: RouterName)

Source from the content-addressed store, hash-verified

68])
69
70function isAuthScopedProvider(provider: RouterName): boolean {
71 return AUTH_SCOPED_PROVIDERS.has(provider)
72}
73
74// Memoize derived digests so the deliberately-structureless KDF runs at most once per
75// distinct input per session (getCacheKey / cacheKeyToFilename run on every cache lookup).

Callers 3

getModelsFunction · 0.85
refreshModelsFunction · 0.85
getModelsFromCacheFunction · 0.85

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected