Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Soft
Method
Soft
library/cpp/neh/http_common.h:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
size_t Soft() const noexcept {
77
return Soft_.load(std::memory_order_acquire);
78
}
79
80
size_t Hard() const noexcept {
81
return Hard_.load(std::memory_order_acquire);
Callers
7
GetLimits
Method · 0.80
CacheDisabled
Method · 0.80
ExceedSoftLimit
Method · 0.80
GetKeepAliveTimeout
Method · 0.80
TFdLimits
Method · 0.80
ExceedSoftLimit
Method · 0.80
ExceedSoftLimit
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected