MCPcopy Create free account
hub / github.com/matrix-org/pinecone / queuecount

Method queuecount

router/queue.go:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19type queue interface {
20 queuecount() int
21 queuesize() int
22 push(frame *types.Frame) bool
23 pop() <-chan *types.Frame

Callers 1

TestLimitedFIFOFunction · 0.65

Implementers 3

fairFIFOQueuerouter/queuefairfifo.go
fifoQueuerouter/queuefifo.go
lifoQueuerouter/queuelifo.go

Calls

no outgoing calls

Tested by 1

TestLimitedFIFOFunction · 0.52