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

Function getStoredObjectData

tests/unit/api/createAndStoreObject.js:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36describe('createAndStoreObject', () => {
37 let testBucket;
38 const getStoredObjectData = () => metadata.putObjectMD.lastCall.args[2].getValue();
39 const getStoredOptions = () => metadata.putObjectMD.lastCall.args[3];
40
41 beforeEach(done => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected