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

Method trace

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

Source from the content-addressed store, hash-verified

228 }
229
230 trace(msg) {
231 this.ops.push(['trace', [msg]]);
232 this.counts.trace += 1;
233 }
234
235 debug(msg) {
236 this.ops.push(['debug', [msg]]);

Callers 15

getServiceFunction · 0.80
metadataStoreObjectFunction · 0.80
deleteObjectFunction · 0.80
deleteMDandDataFunction · 0.80
getObjectListingFunction · 0.80
getLifecycleListingFunction · 0.80
getMPUBucketFunction · 0.80
_parseMetadataMethod · 0.80
_authenticateMethod · 0.80
_transformMethod · 0.80
createBucketKeyMethod · 0.80
destroyBucketKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected