MCPcopy Create free account
hub / github.com/TalkingData/owl / put

Method put

controller/queue.go:101–103  ·  view source on GitHub ↗
(val interface{})

Source from the content-addressed store, hash-verified

99}
100
101func (q *Queue) put(val interface{}) {
102 q.items.PushBack(val)
103}
104
105// Same as Get(-1).
106func (q *Queue) GetNoWait() (interface{}, error) {

Callers 1

PutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected