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

Method ExceedSoftLimit

library/cpp/neh/http2.cpp:1008–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006 }
1007
1008 inline size_t ExceedSoftLimit() const noexcept {
1009 return TFdLimits::ExceedLimit(Total(), Limits.Soft());
1010 }
1011
1012 inline size_t ExceedHardLimit() const noexcept {
1013 return TFdLimits::ExceedLimit(Total(), Limits.Hard());

Callers

nothing calls this directly

Calls 1

SoftMethod · 0.80

Tested by

no test coverage detected