Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TalkingData/owl
/ isempty
Method
isempty
controller/queue.go:212–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
210
}
211
212
func
(q *Queue) isempty() bool {
213
return
(q.size() == 0)
214
}
215
216
// Return true if Queue is empty.
217
func
(q *Queue) IsEmpty() bool {
Callers
3
clearPending
Method · 0.95
Get
Method · 0.95
IsEmpty
Method · 0.95
Calls
1
size
Method · 0.95
Tested by
no test coverage detected