MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / usageMetaKey

Method usageMetaKey

server/modules/runtimeCache.js:417–419  ·  view source on GitHub ↗
(chartId)

Source from the content-addressed store, hash-verified

415 }
416
417 usageMetaKey(chartId) {
418 return `chart-cache:v${RUNTIME_CACHE_CONFIG.cacheSchemaVersion}:usage-meta:${chartId}`;
419 }
420
421 registryKey(scope, id) {
422 return `runtime-cache:v${RUNTIME_CACHE_CONFIG.cacheSchemaVersion}:registry:${scope}:${id}`;

Callers 2

getTopChartVariantsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected