Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetHard
Method
SetHard
library/cpp/neh/http_common.h:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void SetHard(size_t value) noexcept {
73
Hard_.store(value, std::memory_order_release);
74
}
75
76
size_t Soft() const noexcept {
77
return Soft_.load(std::memory_order_acquire);
Callers
5
THttpConnManager
Method · 0.80
SetLimits
Method · 0.80
SetHttp2InputConnectionsLimits
Function · 0.80
SetFdLimits
Method · 0.80
SetFdLimits
Method · 0.80
Calls
1
store
Method · 0.45
Tested by
no test coverage detected