Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TalkingData/owl
/ IsFull
Method
IsFull
controller/queue.go:228–232 ·
view source on GitHub ↗
Return true if Queue is full.
()
Source
from the content-addressed store, hash-verified
226
227
// Return true if Queue is full.
228
func
(q *Queue) IsFull() bool {
229
q.mutex.Lock()
230
defer
q.mutex.Unlock()
231
return
q.isfull()
232
}
233
234
func
(q *Queue) Clear() {
235
q.mutex.Lock()
Callers
nothing calls this directly
Calls
1
isfull
Method · 0.95
Tested by
no test coverage detected