MCPcopy Create free account
hub / github.com/tendermint/tendermint / dequeue

Method dequeue

internal/p2p/rqueue.go:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40func (q *simpleQueue) enqueue() chan<- Envelope { return q.input }
41func (q *simpleQueue) dequeue() <-chan Envelope { return q.output }
42func (q *simpleQueue) close() { q.closeFn() }
43func (q *simpleQueue) closed() <-chan struct{} { return q.closeCh }
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected