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

Method Total

library/cpp/neh/http2.cpp:1000–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998
999 private:
1000 inline size_t Total() const noexcept {
1001 return TotalConn.Val();
1002 }
1003
1004 inline size_t Active() const noexcept {
1005 return TFdLimits::ExceedLimit(Total(), Cache_.Size());

Callers

nothing calls this directly

Calls 1

ValMethod · 0.45

Tested by

no test coverage detected