MCPcopy
hub / github.com/chartbrew/chartbrew / registryKey

Method registryKey

server/modules/runtimeCache.js:421–423  ·  view source on GitHub ↗
(scope, id)

Source from the content-addressed store, hash-verified

419 }
420
421 registryKey(scope, id) {
422 return `runtime-cache:v${RUNTIME_CACHE_CONFIG.cacheSchemaVersion}:registry:${scope}:${id}`;
423 }
424
425 async getChartCache(params = {}) {
426 return this.getCacheEntry({

Callers 2

setChartCacheMethod · 0.95
setSourceCacheMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected