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

Method GetLimits

library/cpp/neh/http2.cpp:945–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943 }
944
945 inline std::pair<size_t, size_t> GetLimits() const noexcept {
946 return {Limits.Soft(), Limits.Hard()};
947 }
948
949 inline void CheckLimits() {
950 if (ExceedSoftLimit()) {

Callers 1

Calls 2

SoftMethod · 0.80
HardMethod · 0.80

Tested by

no test coverage detected