MCPcopy
hub / github.com/dnote/dnote / Rollback

Method Rollback

pkg/cli/database/sql.go:42–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40type sqlTx interface {
41 Commit() error
42 Rollback() error
43}
44
45// DB contains information about the current database connection

Callers 15

initSystemKVFunction · 0.65
TestInitSystemKVFunction · 0.65
TestLocalMigration1Function · 0.65
TestLocalMigration2Function · 0.65
TestLocalMigration3Function · 0.65
TestLocalMigration4Function · 0.65
TestLocalMigration5Function · 0.65
TestLocalMigration6Function · 0.65

Implementers 1

DBpkg/cli/database/sql.go

Calls

no outgoing calls

Tested by 15

TestInitSystemKVFunction · 0.52
TestLocalMigration1Function · 0.52
TestLocalMigration2Function · 0.52
TestLocalMigration3Function · 0.52
TestLocalMigration4Function · 0.52
TestLocalMigration5Function · 0.52
TestLocalMigration6Function · 0.52
TestLocalMigration8Function · 0.52