MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Commit

Method Commit

twopc/twopc.go:42–42  ·  view source on GitHub ↗
(ctx context.Context, wb WriteBatch)

Source from the content-addressed store, hash-verified

40type Worker interface {
41 Prepare(ctx context.Context, wb WriteBatch) error
42 Commit(ctx context.Context, wb WriteBatch) (interface{}, error)
43 Rollback(ctx context.Context, wb WriteBatch) error
44}
45

Callers 9

storeFunction · 0.65
TestTransactionFunction · 0.65
ExecuteInTxFunction · 0.65
CommitMethod · 0.65
ExecMethod · 0.65
TestBadTypeFunction · 0.65
TestStorageFunction · 0.65
runFunction · 0.65
commitMethod · 0.65

Implementers 3

connclient/conn.go
Storagestorage/storage.go
RaftNodetwopc/twopc_test.go

Calls

no outgoing calls

Tested by 3

TestTransactionFunction · 0.52
TestBadTypeFunction · 0.52
TestStorageFunction · 0.52