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

Function getStoredOptions

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected