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

Function generalMetadataCacheKey

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

Source from the content-addressed store, hash-verified

41 `${getAppName(options)}__allSurveys__metadata`
42
43export const generalMetadataCacheKey = (options?: CacheKeyOptions) =>
44 `${getAppName(options)}__general__metadata`
45
46export const surveyMetadataCacheKey = (
47 options: CacheKeyOptions & {

Callers 1

fetchGeneralMetadataFunction · 0.90

Calls 1

getAppNameFunction · 0.70

Tested by

no test coverage detected