Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetFailQueueSize
Method
GetFailQueueSize
library/cpp/http/server/http.cpp:324–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
}
323
324
size_t GetFailQueueSize() const {
325
return FailRequests->Size();
326
}
327
328
const IThreadPool& GetRequestQueue() const {
329
return *Requests;
Callers
nothing calls this directly
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected