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

Method getChartCache

server/modules/runtimeCache.js:425–430  ·  view source on GitHub ↗
(params = {})

Source from the content-addressed store, hash-verified

423 }
424
425 async getChartCache(params = {}) {
426 return this.getCacheEntry({
427 cacheKey: this.chartCacheKey(params),
428 cacheType: "chart",
429 });
430 }
431
432 async setChartCache(params = {}) {
433 return this.setCacheEntry({

Callers 1

updateChartDataMethod · 0.80

Calls 2

getCacheEntryMethod · 0.95
chartCacheKeyMethod · 0.95

Tested by

no test coverage detected