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

Method CreateQueue

src/bclocal/system.go:30–32  ·  view source on GitHub ↗
(ctx context.Context, spec blobcache.QueueBackend_Memory)

Source from the content-addressed store, hash-verified

28}
29
30func (s *system) CreateQueue(ctx context.Context, spec blobcache.QueueBackend_Memory) (*memory.Queue, error) {
31 return s.queues.CreateQueue(ctx, spec)
32}
33
34func (s *system) VolumeDestroy(ctx context.Context, vol backend.Volume) error {
35 return s.vols.VolumeDestroy(ctx, vol.(*localvol.Volume))

Callers

nothing calls this directly

Calls 1

CreateQueueMethod · 0.65

Tested by

no test coverage detected