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

Method setLocationConstraints

lib/Config.js:2096–2100  ·  view source on GitHub ↗
(locationConstraints)

Source from the content-addressed store, hash-verified

2094 }
2095
2096 setLocationConstraints(locationConstraints) {
2097 restEndpointsAssert(this.restEndpoints, locationConstraints);
2098 this.locationConstraints = locationConstraints;
2099 this.emit('location-constraints-update');
2100 }
2101
2102 setReplicationEndpoints(locationConstraints) {
2103 this.replicationEndpoints =

Callers 5

patchConfigurationFunction · 0.80
bucketPut.jsFile · 0.80
multipartUpload.jsFile · 0.80

Calls 1

restEndpointsAssertFunction · 0.85

Tested by

no test coverage detected