Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
mdserver.js
File · 0.80
constructor
Method · 0.80
dataStore
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected