Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ CircularBuffer_Cap
Function
CircularBuffer_Cap
src/util/circular_buffer.c:56–63 ·
view source on GitHub ↗
returns buffer capacity
Source
from the content-addressed store, hash-verified
54
55
// returns buffer capacity
56
uint64_t CircularBuffer_Cap
57
(
58
CircularBuffer cb // buffer
59
) {
60
ASSERT(cb != NULL);
61
62
return cb->item_cap;
63
}
64
65
uint CircularBuffer_ItemSize
66
(
Callers
1
test_CircularBuffer_Reserve
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_CircularBuffer_Reserve
Function · 0.68