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

Method IsEmpty

library/cpp/threading/chunk_queue/queue.h:416–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414 }
415
416 bool IsEmpty() {
417 for (size_t i = 0; i < Concurrency; ++i) {
418 if (!Queues[i].IsEmpty()) {
419 return false;
420 }
421 }
422 return true;
423 }
424
425 private:
426 template <typename TT>

Callers

nothing calls this directly

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected