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

Function remove

server/controllers/DataRequestCacheController.js:60–67  ·  view source on GitHub ↗
(drId)

Source from the content-addressed store, hash-verified

58};
59
60const remove = async (drId) => {
61 try {
62 await runtimeCache.store.del(cacheKey(drId));
63 return true;
64 } catch (error) {
65 return Promise.reject(error);
66 }
67};
68
69module.exports = {
70 create,

Callers

nothing calls this directly

Calls 2

cacheKeyFunction · 0.85
delMethod · 0.80

Tested by

no test coverage detected