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

Method Active

library/cpp/neh/http2.cpp:1004–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1002 }
1003
1004 inline size_t Active() const noexcept {
1005 return TFdLimits::ExceedLimit(Total(), Cache_.Size());
1006 }
1007
1008 inline size_t ExceedSoftLimit() const noexcept {
1009 return TFdLimits::ExceedLimit(Total(), Limits.Soft());

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected