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

Function equalTxID

storage/storage.go:111–113  ·  view source on GitHub ↗
(x, y *TxID)

Source from the content-addressed store, hash-verified

109}
110
111func equalTxID(x, y *TxID) bool {
112 return x.ConnectionID == y.ConnectionID && x.SeqNo == y.SeqNo && x.Timestamp == y.Timestamp
113}
114
115// Storage represents a underlying storage implementation based on sqlite3.
116type Storage struct {

Callers 3

PrepareMethod · 0.85
CommitMethod · 0.85
RollbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected