Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TalkingData/owl
/ get
Method
get
controller/queue.go:95–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
func
(q *Queue) get()
interface
{} {
96
e := q.items.Front()
97
q.items.Remove(e)
98
return
e.Value
99
}
100
101
func
(q *Queue) put(val
interface
{}) {
102
q.items.PushBack(val)
Callers
2
clearPending
Method · 0.95
Get
Method · 0.95
Calls
1
Remove
Method · 0.80
Tested by
no test coverage detected