Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetHttpOutputConnectionLimits
Function · 0.80
Calls
2
Soft
Method · 0.80
Hard
Method · 0.80
Tested by
no test coverage detected