Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ empty
Method
empty
include/donut/core/circular_buffer.h:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
std::size_t size() const { return _count; }
52
53
bool empty() const { return _count == 0; }
54
55
bool full() const { return size() == capacity(); }
56
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected