MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / capacity

Method capacity

src/base/ringqueue.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 bool empty() const { return (!full_ && (head_ == tail_)); }
42
43 uint32_t capacity() const { return max_size_; }
44
45 uint32_t size() const {
46 uint32_t size = max_size_;

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64