MCPcopy 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
56const create = async (drId, data) => {
57 return update(data, drId);
58};
59
60const remove = async (drId) => {
61 try {

Callers

nothing calls this directly

Calls 1

updateFunction · 0.70

Tested by

no test coverage detected