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

Function editionMetadataCacheKey

shared/fetch/cache_keys.ts:26–31  ·  view source on GitHub ↗
(
    options: CacheKeyOptions & {
        surveyId: string
        editionId: string
    }
)

Source from the content-addressed store, hash-verified

24 .join(',')}`
25
26export const editionMetadataCacheKey = (
27 options: CacheKeyOptions & {
28 surveyId: string
29 editionId: string
30 }
31) => `${getAppName(options)}__${options.surveyId}__${options.editionId}__metadata`
32
33export const editionSitemapCacheKey = (
34 options: CacheKeyOptions & {

Callers 1

fetchEditionMetadataFunction · 0.90

Calls 1

getAppNameFunction · 0.70

Tested by

no test coverage detected