MCPcopy
hub / github.com/chartbrew/chartbrew / getSourceCache

Method getSourceCache

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

Source from the content-addressed store, hash-verified

440 }
441
442 async getSourceCache(params = {}) {
443 return this.getCacheEntry({
444 cacheKey: this.sourceCacheKey(params),
445 cacheType: "source",
446 });
447 }
448
449 async setSourceCache(params = {}) {
450 return this.setCacheEntry({

Callers 1

runRequestMethod · 0.80

Calls 2

getCacheEntryMethod · 0.95
sourceCacheKeyMethod · 0.95

Tested by

no test coverage detected