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

Method InspectHandle

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

InspectHandle returns info about a handle.

(ctx context.Context, h Handle)

Source from the content-addressed store, hash-verified

20 KeepAlive(ctx context.Context, hs []Handle) error
21 // InspectHandle returns info about a handle.
22 InspectHandle(ctx context.Context, h Handle) (*HandleInfo, error)
23 // ShareOut creates a copy of the handle according to the mask, and the
24 // sharing rules for the handles actions.
25 ShareOut(ctx context.Context, h Handle, to NodeID, mask ActionSet) (*Handle, error)

Callers 4

InspectHandleMethod · 0.65
InspectHandleMethod · 0.65
ServeBCPMethod · 0.65
InspectHandleMethod · 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

no test coverage detected