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

Method InspectVolume

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

InspectVolume returns info about a Volume.

(ctx context.Context, h Handle)

Source from the content-addressed store, hash-verified

59type VolumeAPI interface {
60 // InspectVolume returns info about a Volume.
61 InspectVolume(ctx context.Context, h Handle) (*VolumeInfo, error)
62 // OpenFrom returns a handle to an object by it's ID.
63 // base is the handle of a Volume, which links to the object.
64 // the base Volume's schema must be a Container.

Callers 15

ServeHTTPMethod · 0.65
handleVolumeMethod · 0.65
volume.goFile · 0.65
loadPaneMethod · 0.65
resolveFQOIDFunction · 0.65
resolveVolumeOIDFunction · 0.65
InspectVolumeMethod · 0.65
findVolumeParamsMethod · 0.65
InspectVolumeMethod · 0.65
TestMultiNodeFunction · 0.65
CreateOnSameHostFunction · 0.65
ServeBCPMethod · 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 4

TestMultiNodeFunction · 0.52
TestCreateVolumeFunction · 0.52
TestRootHandlesFunction · 0.52