MCPcopy Index your code
hub / github.com/scality/cloudserver / isQuotaEnabled

Method isQuotaEnabled

lib/Config.js:2187–2189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2185 }
2186
2187 isQuotaEnabled() {
2188 return !!this.quotaEnabled;
2189 }
2190
2191 isQuotaInflightEnabled() {
2192 return this.quota.enableInflights;

Callers 2

batchDeleteFunction · 0.80
validateQuotasFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected