MCPcopy
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

stopMethod · 0.80
onConnectionMethod · 0.80
onListeningMethod · 0.80
_startServerMethod · 0.80
cleanUpMethod · 0.80
initiateStartupMethod · 0.80
mainFunction · 0.80
_healthCheckMethod · 0.80
getVaultClientFunction · 0.80
checkHealthMethod · 0.80
_createEncryptedBucketFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected