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

Method usageKey

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

Source from the content-addressed store, hash-verified

411 }
412
413 usageKey(chartId) {
414 return `chart-cache:v${RUNTIME_CACHE_CONFIG.cacheSchemaVersion}:usage:${chartId}`;
415 }
416
417 usageMetaKey(chartId) {
418 return `chart-cache:v${RUNTIME_CACHE_CONFIG.cacheSchemaVersion}:usage-meta:${chartId}`;

Callers 2

getTopChartVariantsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected