MCPcopy Create free account
hub / github.com/Devographics/Monorepo / allLocalesMetadataCacheKey

Function allLocalesMetadataCacheKey

shared/fetch/cache_keys.ts:52–53  ·  view source on GitHub ↗
(options?: CacheKeyOptions)

Source from the content-addressed store, hash-verified

50) => `${getAppName(options)}__${options.surveyId}__metadata`
51
52export const allLocalesMetadataCacheKey = (options?: CacheKeyOptions) =>
53 `${getAppName(options)}__allLocales`
54
55export const allLocalesIdsCacheKey = (options?: CacheKeyOptions) =>
56 `${getAppName(options)}__allLocalesIds`

Callers 1

fetchAllLocalesMetadataFunction · 0.90

Calls 1

getAppNameFunction · 0.70

Tested by

no test coverage detected