MCPcopy
hub / github.com/chartbrew/chartbrew / hget

Method hget

server/modules/runtimeCache.js:194–197  ·  view source on GitHub ↗
(key, field)

Source from the content-addressed store, hash-verified

192 }
193
194 async hget(key, field) {
195 const hash = this.hashes.get(key);
196 return hash ? (hash.get(field) ?? null) : null;
197 }
198
199 async hgetall(key) {
200 const hash = this.hashes.get(key);

Callers 4

createMemoryStoreFunction · 0.95
createRedisStoreFunction · 0.95
attachClientFunction · 0.80
getTopChartVariantsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected