Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
60
const
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
69
module.exports = {
70
create,
Callers
nothing calls this directly
Calls
2
cacheKey
Function · 0.85
del
Method · 0.80
Tested by
no test coverage detected