Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
onConnection
Method · 0.80
onError
Method · 0.80
_sendNewOverlayToClient
Method · 0.80
onNewOverlay
Method · 0.80
pfsserver.js
File · 0.80
dataserver.js
File · 0.80
getService
Function · 0.80
metadataStoreObject
Function · 0.80
findObjectVersionByUploadId
Function · 0.80
metadataStoreMPObject
Function · 0.80
metadataMarkMPObjectForCompletion
Function · 0.80
isCompleteMPUInProgress
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected