Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AddTask
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64