MCPcopy 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

GetLimitsMethod · 0.80
CacheDisabledMethod · 0.80
ExceedSoftLimitMethod · 0.80
GetKeepAliveTimeoutMethod · 0.80
TFdLimitsMethod · 0.80
ExceedSoftLimitMethod · 0.80
ExceedSoftLimitMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected