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

Method error

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

Source from the content-addressed store, hash-verified

248 }
249
250 error(msg) {
251 this.ops.push(['error', [msg]]);
252 this.counts.error += 1;
253 }
254
255 fatal(msg) {
256 this.ops.push(['fatal', [msg]]);

Callers 15

onConnectionMethod · 0.80
onErrorMethod · 0.80
onNewOverlayMethod · 0.80
pfsserver.jsFile · 0.80
dataserver.jsFile · 0.80
getServiceFunction · 0.80
metadataStoreObjectFunction · 0.80
metadataStoreMPObjectFunction · 0.80
isCompleteMPUInProgressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected