MCPcopy
hub / github.com/scality/cloudserver / warn

Method warn

tests/unit/helpers.js:245–248  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

243 }
244
245 warn(msg) {
246 this.ops.push(['warn', [msg]]);
247 this.counts.warn += 1;
248 }
249
250 error(msg) {
251 this.ops.push(['error', [msg]]);

Callers 15

initiateStartupMethod · 0.80
_healthCheckMethod · 0.80
getScalityKmsFunction · 0.80
checkHealthMethod · 0.80
putMetadataFunction · 0.80
batchDeleteFunction · 0.80
fetchCapacityMetricsFunction · 0.80
monitoringEndHandlerFunction · 0.80
healthcheckEndHandlerFunction · 0.80
writeMethod · 0.80
objectDeleteInternalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected