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

Method KeepAlive

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

KeepAlive extends the TTL for some handles.

(ctx context.Context, hs []Handle)

Source from the content-addressed store, hash-verified

18 Drop(ctx context.Context, h Handle) error
19 // KeepAlive extends the TTL for some handles.
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

Callers 9

ServeHTTPMethod · 0.65
KeepAliveMethod · 0.65
KeepAliveMethod · 0.65
ServeBCPMethod · 0.65
KeepAliveMethod · 0.65
resolveTxMethod · 0.65
KeepAliveMethod · 0.65
KeepAliveMethod · 0.65
KeepAliveMethod · 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