MCPcopy
hub / github.com/dnote/dnote / Begin

Method Begin

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

Source from the content-addressed store, hash-verified

34// sqlDb is an interface implemented by *sql.DB
35type sqlDb interface {
36 Begin() (*sql.Tx, error)
37}
38
39// sqlTx is an interface implemented by *sql.Tx

Callers 15

InitSystemFunction · 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