Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scality/cloudserver
/ setup
Method
setup
lib/utilization/scuba/wrapper.js:22–27 ·
view source on GitHub ↗
(log)
Source
from the content-addressed store, hash-verified
20
}
21
22
setup(log) {
23
this._log = log;
24
if
(this.enabled) {
25
this.periodicHealthCheck();
26
}
27
}
28
29
_healthCheck() {
30
return
this.healthCheck().then(data => {
Callers
13
pfsserver.js
File · 0.80
dataserver.js
File · 0.80
initiateStartup
Method · 0.80
initManagement
Function · 0.80
quota.js
File · 0.80
wrapper.js
File · 0.80
cleanup.js
File · 0.80
arnPrefix.js
File · 0.80
migration.js
File · 0.80
initMetadata
Function · 0.80
getBucketEncryption.js
File · 0.80
putVersion.js
File · 0.80
Calls
1
periodicHealthCheck
Method · 0.95
Tested by
no test coverage detected