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

Method IsEmpty

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

Source from the content-addressed store, hash-verified

554 }
555
556 bool IsEmpty() {
557 return Impl.IsEmpty();
558 }
559 };
560
561 template <typename T, size_t ChunkSize = PLATFORM_PAGE_SIZE>

Callers

nothing calls this directly

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected