MCPcopy
hub / github.com/scality/cloudserver / _respond

Function _respond

lib/routes/routeBackbeat.js:123–125  ·  view source on GitHub ↗
(response, payload, log, callback)

Source from the content-addressed store, hash-verified

121}
122
123function _respond(response, payload, log, callback) {
124 _respondWithHeaders(response, payload, {}, log, callback);
125}
126
127function _getRequestPayload(req, cb) {
128 const payload = [];

Callers 15

handleTaggingOperationFunction · 0.85
headObjectFunction · 0.85
putDataFunction · 0.85
putMetadataFunction · 0.85
putObjectFunction · 0.85
deleteObjectFunction · 0.85
getMetadataFunction · 0.85
initiateMultipartUploadFunction · 0.85
abortMultipartUploadFunction · 0.85
putPartFunction · 0.85
completeMultipartUploadFunction · 0.85

Calls 1

_respondWithHeadersFunction · 0.85

Tested by

no test coverage detected