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

Function isDataStoredInMem

tests/multipleBackend/objectPut.js:132–135  ·  view source on GitHub ↗
(testCase)

Source from the content-addressed store, hash-verified

130 });
131
132 function isDataStoredInMem(testCase) {
133 return testCase.objLoc === memLocation
134 || (testCase.objLoc === null && testCase.bucketLoc === memLocation);
135 }
136
137 function checkPut(testCase) {
138 if (isDataStoredInMem(testCase)) {

Callers 1

checkPutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected