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

Method IsEmpty

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

Source from the content-addressed store, hash-verified

274 }
275
276 bool IsEmpty() {
277 for (size_t i = 0; i < Concurrency; ++i) {
278 if (!Queues[i].IsEmpty()) {
279 return false;
280 }
281 }
282 return true;
283 }
284
285 private:
286 ui64 NextTag() {

Callers

nothing calls this directly

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected