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

Method TFdLimits

library/cpp/neh/http_common.h:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 struct TFdLimits {
48 public:
49 TFdLimits()
50 : Soft_(10000)
51 , Hard_(15000)
52 {
53 }
54
55 TFdLimits(const TFdLimits& other) {
56 Soft_.store(other.Soft(), std::memory_order_release);

Callers

nothing calls this directly

Calls 3

SoftMethod · 0.80
HardMethod · 0.80
storeMethod · 0.45

Tested by

no test coverage detected