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

Method GetRequestQueueSize

library/cpp/http/server/http.cpp:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319
320 size_t GetRequestQueueSize() const {
321 return Requests->Size();
322 }
323
324 size_t GetFailQueueSize() const {
325 return FailRequests->Size();

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected