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

Method SubToVolume

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

SubToVolume causes all changes to a Volume's cell to be writen as message to the queue.

(ctx context.Context, q Handle, vol Handle, spec VolSubSpec)

Source from the content-addressed store, hash-verified

106 // SubToVolume causes all changes to a Volume's cell to be
107 // writen as message to the queue.
108 SubToVolume(ctx context.Context, q Handle, vol Handle, spec VolSubSpec) error
109}
110
111type InsertResp struct {

Callers 7

handleQueueMethod · 0.65
SubToVolumeMethod · 0.65
SubToVolumeMethod · 0.65
TestVolumeSubscribeFunction · 0.65
ServeBCPMethod · 0.65
SubToVolumeMethod · 0.65
NewWatcherFunction · 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 1

TestVolumeSubscribeFunction · 0.52