MCPcopy
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.jsFile · 0.80
dataserver.jsFile · 0.80
initiateStartupMethod · 0.80
initManagementFunction · 0.80
quota.jsFile · 0.80
wrapper.jsFile · 0.80
cleanup.jsFile · 0.80
arnPrefix.jsFile · 0.80
migration.jsFile · 0.80
initMetadataFunction · 0.80
putVersion.jsFile · 0.80

Calls 1

periodicHealthCheckMethod · 0.95

Tested by

no test coverage detected