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