Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
func
(q *Queue) isfull() bool {
224
return
(q.maxSize > 0 && q.maxSize <= q.size())
225
}
226
227
// Return true if Queue is full.
228
func
(q *Queue) IsFull() bool {
Callers
3
clearPending
Method · 0.95
Put
Method · 0.95
IsFull
Method · 0.95
Calls
1
size
Method · 0.95
Tested by
no test coverage detected