MCPcopy
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
85function isManagementAgentUsed() {
86 return process.env.MANAGEMENT_USE_AGENT === '1';
87}
88
89
90module.exports = {

Callers 3

initiateStartupMethod · 0.85
initManagementFunction · 0.85
startWSManagementClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected