MCPcopy Create free account
hub / github.com/blobcache/blobcache / InspectQueue

Method InspectQueue

src/blobcache/queues.go:97–97  ·  view source on GitHub ↗

InspectQueue returns information about a queue.

(ctx context.Context, qh Handle)

Source from the content-addressed store, hash-verified

95type QueueAPI interface {
96 // InspectQueue returns information about a queue.
97 InspectQueue(ctx context.Context, qh Handle) (QueueInfo, error)
98 // Dequeue reads from the queue.
99 // It reads into buf until buf is full or another criteria is fulfilled.
100 Dequeue(ctx context.Context, q Handle, buf []Message, opts DequeueOpts) (int, error)

Callers 6

handleQueueMethod · 0.65
InspectQueueMethod · 0.65
InspectQueueMethod · 0.65
QueueAPIFunction · 0.65
ServeBCPMethod · 0.65
InspectQueueMethod · 0.65

Implementers 6

Clientsrc/bchttp/client.go
Servicesrc/blobcachecmd/service.go
Servicesrc/bclocal/bclocal.go
Systemsrc/bccore/bccore.go
Servicesrc/bcremote/bcremote.go
Clientsrc/bcipc/client.go

Calls

no outgoing calls

Tested by

no test coverage detected