Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ AfterUpdate
Method
AfterUpdate
callbacks/interfaces.go:18–18 ·
view source on GitHub ↗
(*gorm.DB)
Source
from the content-addressed store, hash-verified
16
17
type
AfterUpdateInterface
interface
{
18
AfterUpdate(*gorm.DB) error
19
}
20
21
type
BeforeSaveInterface
interface
{
Callers
1
AfterUpdate
Function · 0.65
Implementers
1
Product
tests/hooks_test.go
Calls
no outgoing calls
Tested by
no test coverage detected