Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
initiateStartup
Method · 0.80
_healthCheck
Method · 0.80
getScalityKms
Function · 0.80
checkHealth
Method · 0.80
putMetadata
Function · 0.80
batchDelete
Function · 0.80
fetchCapacityMetrics
Function · 0.80
monitoringEndHandler
Function · 0.80
healthcheckEndHandler
Function · 0.80
write
Method · 0.80
objectDeleteInternal
Function · 0.80
wrapCallbackWithErrorCorsHeaders
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected