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

Method Commit

xenomint/state.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44type sqlTransaction interface {
45 Commit() error
46 Rollback() error
47}
48

Callers 6

commitHandlerMethod · 0.65
TestStorageFunction · 0.65
BenchmarkStorageFunction · 0.65
BenchmarkLargeWriteTxFunction · 0.65
busyWriteTxFunction · 0.65
idleWriteTxFunction · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by 5

TestStorageFunction · 0.52
BenchmarkStorageFunction · 0.52
BenchmarkLargeWriteTxFunction · 0.52
busyWriteTxFunction · 0.52
idleWriteTxFunction · 0.52