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

Method debug

tests/unit/helpers.js:235–238  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

233 }
234
235 debug(msg) {
236 this.ops.push(['debug', [msg]]);
237 this.counts.debug += 1;
238 }
239
240 info(msg) {
241 this.ops.push(['info', [msg]]);

Callers 15

checkHashMatchMD5Function · 0.80
metadataStoreObjectFunction · 0.80
getObjectListingFunction · 0.80
getLifecycleListingFunction · 0.80
metadataStoreMPObjectFunction · 0.80
routeAdminRequestMethod · 0.80
initiateStartupMethod · 0.80
createBucketKeyMethod · 0.80
destroyBucketKeyMethod · 0.80
createCipherBundleMethod · 0.80
createDecipherBundleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected