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

Function succeed

server/api/ProjectRoute.js:175–179  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

173 };
174
175 const succeed = (value) => {
176 if (settled) return;
177 settled = true;
178 resolve(value);
179 };
180
181 req.pipe(req.busboy);
182

Callers 1

parseUploadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected