MCPcopy Create free account
hub / github.com/apache/mesos / Quota

Method Quota

src/master/quota.cpp:333–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331} // namespace internal {
332
333Quota::Quota(const QuotaConfig& config)
334{
335 guarantees = ResourceQuantities(config.guarantees());
336 limits = ResourceLimits(config.limits());
337}
338
339
340Quota::Quota(const QuotaInfo& info)

Callers

nothing calls this directly

Calls 2

ResourceQuantitiesClass · 0.85
ResourceLimitsClass · 0.85

Tested by

no test coverage detected