MCPcopy Create free account
hub / github.com/TalkingData/owl / size

Method size

controller/queue.go:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199}
200
201func (q *Queue) size() int {
202 return q.items.Len()
203}
204
205// Return size of Queue.
206func (q *Queue) Size() int {

Callers 3

SizeMethod · 0.95
isemptyMethod · 0.95
isfullMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected