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

Method CreateQueue

src/bclocal/bclocal.go:357–359  ·  view source on GitHub ↗
(ctx context.Context, host *blobcache.Endpoint, qspec blobcache.QueueSpec)

Source from the content-addressed store, hash-verified

355}
356
357func (s *Service) CreateQueue(ctx context.Context, host *blobcache.Endpoint, qspec blobcache.QueueSpec) (*blobcache.Handle, error) {
358 return s.sys.CreateQueue(ctx, host, qspec)
359}
360
361func (s *Service) InspectQueue(ctx context.Context, qh blobcache.Handle) (blobcache.QueueInfo, error) {
362 return s.sys.InspectQueue(ctx, qh)

Callers

nothing calls this directly

Implementers 8

Clientsrc/bchttp/client.go
Servicesrc/blobcachecmd/service.go
Servicesrc/bclocal/bclocal.go
Servicesrc/bcremote/bcremote.go
Clientsrc/bcipc/client.go
lib.rsclient/rs/src/lib.rs
http.rsclient/rs/src/http.rs
unix.rsclient/rs/src/unix.rs

Calls 1

CreateQueueMethod · 0.65

Tested by

no test coverage detected