Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dnote/dnote
/ Commit
Method
Commit
pkg/cli/database/sql.go:41–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
// sqlTx is an interface implemented by *sql.Tx
40
type
sqlTx
interface
{
41
Commit() error
42
Rollback() error
43
}
44
Callers
15
InitSystem
Function · 0.65
TestInitSystemKV
Function · 0.65
TestInitSystemKV_existing
Function · 0.65
TestLocalMigration1
Function · 0.65
TestLocalMigration2
Function · 0.65
TestLocalMigration3
Function · 0.65
TestLocalMigration4
Function · 0.65
TestLocalMigration5
Function · 0.65
TestLocalMigration6
Function · 0.65
TestLocalMigration7_trash
Function · 0.65
TestLocalMigration7_conflicts
Function · 0.65
TestLocalMigration7_conflicts_dup
Function · 0.65
Implementers
1
DB
pkg/cli/database/sql.go
Calls
no outgoing calls
Tested by
15
TestInitSystemKV
Function · 0.52
TestInitSystemKV_existing
Function · 0.52
TestLocalMigration1
Function · 0.52
TestLocalMigration2
Function · 0.52
TestLocalMigration3
Function · 0.52
TestLocalMigration4
Function · 0.52
TestLocalMigration5
Function · 0.52
TestLocalMigration6
Function · 0.52
TestLocalMigration7_trash
Function · 0.52
TestLocalMigration7_conflicts
Function · 0.52
TestLocalMigration7_conflicts_dup
Function · 0.52
TestLocalMigration8
Function · 0.52