Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Commit
Method
Commit
interfaces.go:59–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
// TxCommitter tx committer
58
type
TxCommitter
interface
{
59
Commit() error
60
Rollback() error
61
}
62
Callers
10
Commit
Method · 0.65
Transaction
Method · 0.65
Commit
Method · 0.65
CommitOrRollbackTransaction
Function · 0.65
TestTransaction
Function · 0.65
TestTransactionRaiseErrorOnRollbackAfterCommit
Function · 0.65
TestTransactionWithSavePoint
Function · 0.65
TestConnPoolWrapper
Function · 0.65
TestPreparedStmtFromTransaction
Function · 0.65
TestPreparedStmtLruFromTransaction
Function · 0.65
Implementers
2
DB
gorm.go
PreparedStmtTX
prepare_stmt.go
Calls
no outgoing calls
Tested by
6
TestTransaction
Function · 0.52
TestTransactionRaiseErrorOnRollbackAfterCommit
Function · 0.52
TestTransactionWithSavePoint
Function · 0.52
TestConnPoolWrapper
Function · 0.52
TestPreparedStmtFromTransaction
Function · 0.52
TestPreparedStmtLruFromTransaction
Function · 0.52