MCPcopy
hub / github.com/chartbrew/chartbrew / del

Method del

server/modules/runtimeCache.js:152–157  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

150 }
151
152 async del(key) {
153 this.values.delete(key);
154 this.sortedSets.delete(key);
155 this.hashes.delete(key);
156 return 1;
157 }
158
159 async hset(key, field, value) {
160 const hash = this.hashes.get(key) || new Map();

Callers 5

createMemoryStoreFunction · 0.95
createRedisStoreFunction · 0.95
removeFunction · 0.80
attachClientFunction · 0.80
getCacheEntryMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected