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

Method Rollback

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

Source from the content-addressed store, hash-verified

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

Callers 4

readTxMethod · 0.65
rollbackHandlerMethod · 0.65
BenchmarkStorageFunction · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by 2

BenchmarkStorageFunction · 0.52