Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
func
(q *Queue) size() int {
202
return
q.items.Len()
203
}
204
205
// Return size of Queue.
206
func
(q *Queue) Size() int {
Callers
3
Size
Method · 0.95
isempty
Method · 0.95
isfull
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected