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

Method BeginTx

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

BeginTx begins a new transaction, on a Volume.

(ctx context.Context, volh Handle, txp TxParams)

Source from the content-addressed store, hash-verified

66
67 // BeginTx begins a new transaction, on a Volume.
68 BeginTx(ctx context.Context, volh Handle, txp TxParams) (*Handle, error)
69}
70
71const (

Callers 5

tx.goFile · 0.65
ServiceAPIFunction · 0.65
TxAPIFunction · 0.65
TestMultiNodeFunction · 0.65
BeginTxFunction · 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

TestMultiNodeFunction · 0.52