Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scality/cloudserver
/ info
Method
info
tests/unit/helpers.js:240–243 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
238
}
239
240
info(msg) {
241
this.ops.push([
'info'
, [msg]]);
242
this.counts.info += 1;
243
}
244
245
warn(msg) {
246
this.ops.push([
'warn'
, [msg]]);
Callers
15
stop
Method · 0.80
onConnection
Method · 0.80
onListening
Method · 0.80
checkBrokenConnections
Method · 0.80
_startServer
Method · 0.80
cleanUp
Method · 0.80
initiateStartup
Method · 0.80
main
Function · 0.80
_healthCheck
Method · 0.80
getVaultClient
Function · 0.80
checkHealth
Method · 0.80
_createEncryptedBucket
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected