Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ Empty
Method
Empty
core/utils/lock_less_queue.h:103–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
size_t Size() override { return llring_count(ring_); }
102
103
bool Empty() override { return llring_empty(ring_); }
104
105
bool Full() override { return llring_full(ring_); }
106
Callers
nothing calls this directly
Calls
1
llring_empty
Function · 0.85
Tested by
no test coverage detected