MCPcopy Create free account
hub / github.com/catboost/catboost / ExceedSoftLimit

Method ExceedSoftLimit

library/cpp/neh/https.cpp:638–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636 }
637
638 inline size_t ExceedSoftLimit() const noexcept {
639 return NHttp::TFdLimits::ExceedLimit(TotalConnections(), Limits.Soft());
640 }
641
642 inline size_t ExceedHardLimit() const noexcept {
643 return NHttp::TFdLimits::ExceedLimit(TotalConnections(), Limits.Hard());

Callers

nothing calls this directly

Calls 1

SoftMethod · 0.80

Tested by

no test coverage detected