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

Function _decodeURI

tests/functional/raw-node/utils/makeRequest.js:50–53  ·  view source on GitHub ↗
(uri)

Source from the content-addressed store, hash-verified

48}
49
50function _decodeURI(uri) {
51 // do the same decoding than in S3 server
52 return decodeURIComponent(uri.replace(/\+/g, ' '));
53}
54
55/** makeRequest - utility function to generate a request
56 * @param {object} params - params for making request

Callers 1

makeRequestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected