Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scality/cloudserver
/ isManagementAgentUsed
Function
isManagementAgentUsed
lib/management/agentClient.js:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
function
isManagementAgentUsed() {
86
return
process.env.MANAGEMENT_USE_AGENT ===
'1'
;
87
}
88
89
90
module.exports = {
Callers
3
initiateStartup
Method · 0.85
initManagement
Function · 0.85
startWSManagementClient
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected