MCPcopy Index your code
hub / github.com/scality/cloudserver / _decodeURI

Function _decodeURI

lib/routes/routeBackbeat.js:69–72  ·  view source on GitHub ↗
(uri)

Source from the content-addressed store, hash-verified

67});
68
69function _decodeURI(uri) {
70 // do the same decoding than in S3 server
71 return decodeURIComponent(uri.replace(/\+/g, ' '));
72}
73
74function _normalizeBackbeatRequest(req) {
75 /* eslint-disable no-param-reassign */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected