MCPcopy Index your code
hub / github.com/allegro/bigcache / Capacity

Method Capacity

queue/bytes_queue.go:203–205  ·  view source on GitHub ↗

Capacity returns number of allocated bytes for queue

()

Source from the content-addressed store, hash-verified

201
202// Capacity returns number of allocated bytes for queue
203func (q *BytesQueue) Capacity() int {
204 return q.capacity
205}
206
207// Len returns number of entries kept in queue
208func (q *BytesQueue) Len() int {

Calls

no outgoing calls