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

Method KeepAlive

src/bcsdk/tx.go:236–238  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

234}
235
236func (tx *TxSalt) KeepAlive(ctx context.Context) error {
237 return tx.s.KeepAlive(ctx, []Handle{tx.h})
238}
239
240func (tx *TxSalt) Post(ctx context.Context, data []byte, opts blobcache.PostOpts) (CID, error) {
241 return tx.s.Post(ctx, tx.h, data, opts)

Callers

nothing calls this directly

Calls 1

KeepAliveMethod · 0.65

Tested by

no test coverage detected