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

Method full

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

Source from the content-addressed store, hash-verified

37
38 ~RingQueue() { delete[] buf_; }
39 bool full() const { return full_; }
40
41 bool empty() const { return (!full_ && (head_ == tail_)); }
42

Callers 2

AddTaskMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64