Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ RollbackTo
Method
RollbackTo
interfaces.go:44–44 ·
view source on GitHub ↗
(tx *DB, name string)
Source
from the content-addressed store, hash-verified
42
type
SavePointerDialectorInterface
interface
{
43
SavePoint(tx *DB, name string) error
44
RollbackTo(tx *DB, name string) error
45
}
46
47
// TxBeginner tx beginner
Callers
2
RollbackTo
Method · 0.65
TestTransactionWithSavePoint
Function · 0.65
Implementers
1
DB
gorm.go
Calls
no outgoing calls
Tested by
1
TestTransactionWithSavePoint
Function · 0.52