Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ BeforeSave
Method
BeforeSave
callbacks/interfaces.go:22–22 ·
view source on GitHub ↗
(*gorm.DB)
Source
from the content-addressed store, hash-verified
20
21
type
BeforeSaveInterface
interface
{
22
BeforeSave(*gorm.DB) error
23
}
24
25
type
AfterSaveInterface
interface
{
Callers
2
BeforeUpdate
Function · 0.65
BeforeCreate
Function · 0.65
Implementers
4
Product
tests/hooks_test.go
TokenOwner
tests/update_test.go
Token
tests/update_test.go
UserWithCallback
schema/callbacks_test.go
Calls
no outgoing calls
Tested by
no test coverage detected