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

Method ExceedSoftLimit

library/cpp/neh/https.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 inline size_t ExceedSoftLimit() const noexcept {
101 return NHttp::TFdLimits::ExceedLimit(Counter.Val(), Limits.Soft());
102 }
103
104 inline size_t ExceedHardLimit() const noexcept {
105 return NHttp::TFdLimits::ExceedLimit(Counter.Val(), Limits.Hard());

Callers

nothing calls this directly

Calls 2

SoftMethod · 0.80
ValMethod · 0.45

Tested by

no test coverage detected