Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/chartbrew/chartbrew
/ create
Function
create
server/controllers/DataRequestCacheController.js:56–58 ·
view source on GitHub ↗
(drId, data)
Source
from the content-addressed store, hash-verified
54
};
55
56
const
create =
async
(drId, data) => {
57
return
update(data, drId);
58
};
59
60
const
remove =
async
(drId) => {
61
try {
Callers
nothing calls this directly
Calls
1
update
Function · 0.70
Tested by
no test coverage detected