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

Method Size

library/cpp/neh/lfqueue.h:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 inline size_t Size() {
47 return Q_.GetCounter().Val();
48 }
49
50 private:
51 TLockFreeQueue<T*, TCounter> Q_;

Callers

nothing calls this directly

Calls 2

ValMethod · 0.45
GetCounterMethod · 0.45

Tested by

no test coverage detected