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

Function AllOf

library/cpp/threading/local_executor/ut/local_executor_ut.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17Y_UNIT_TEST_SUITE(ExecRangeWithFutures){
18 bool AllOf(const TVector<int>& vec, int value){
19 return AllOf(vec, [value](int element) { return value == element; });
20}
21
22void AsyncRunAndWaitFuturesReady(int rangeSize, int threads) {
23 TLocalExecutor localExecutor;

Callers 10

Y_UNIT_TESTFunction · 0.70
HasPrefixFunction · 0.50
operator==Method · 0.50
operator==Method · 0.50
operator==Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected