MCPcopy 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
95func (q *Queue) get() interface{} {
96 e := q.items.Front()
97 q.items.Remove(e)
98 return e.Value
99}
100
101func (q *Queue) put(val interface{}) {
102 q.items.PushBack(val)

Callers 2

clearPendingMethod · 0.95
GetMethod · 0.95

Calls 1

RemoveMethod · 0.80

Tested by

no test coverage detected