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

Method isfull

controller/queue.go:223–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221}
222
223func (q *Queue) isfull() bool {
224 return (q.maxSize > 0 && q.maxSize <= q.size())
225}
226
227// Return true if Queue is full.
228func (q *Queue) IsFull() bool {

Callers 3

clearPendingMethod · 0.95
PutMethod · 0.95
IsFullMethod · 0.95

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected