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

Method fatal

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

Source from the content-addressed store, hash-verified

253 }
254
255 fatal(msg) {
256 this.ops.push(['fatal', [msg]]);
257 this.counts.fatal += 1;
258 }
259
260 getSerializedUids() {
261 return 'dummy:Serialized:Uids';

Callers 4

dataserver.jsFile · 0.80
mdserver.jsFile · 0.80
constructorMethod · 0.80
dataStoreFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected