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

Method CreateQueue

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

CreateQueue creates a new queue and returns a handle to it.

(ctx context.Context, host *Endpoint, qspec QueueSpec)

Source from the content-addressed store, hash-verified

406
407 // CreateQueue creates a new queue and returns a handle to it.
408 CreateQueue(ctx context.Context, host *Endpoint, qspec QueueSpec) (*Handle, error)
409
410 HandleAPI
411 VolumeAPI

Callers 7

handleQueueMethod · 0.65
ServiceAPIFunction · 0.65
TestMultiNodeFunction · 0.65
ServeBCPMethod · 0.65
CreateQueueMethod · 0.65
CreateQueueMethod · 0.65
NewWatcherFunction · 0.65

Implementers 5

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

Calls

no outgoing calls

Tested by 1

TestMultiNodeFunction · 0.52