Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getService
Function · 0.80
metadataStoreObject
Function · 0.80
deleteObject
Function · 0.80
deleteMDandData
Function · 0.80
getObjectListing
Function · 0.80
getLifecycleListing
Function · 0.80
getMPUBucket
Function · 0.80
_parseMetadata
Method · 0.80
_authenticate
Method · 0.80
_transform
Method · 0.80
createBucketKey
Method · 0.80
destroyBucketKey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected