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

Method dequeue

internal/p2p/queue.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (q *fifoQueue) dequeue() <-chan Envelope {
50 return q.queueCh
51}
52
53func (q *fifoQueue) close() {
54 q.closer.Close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected