Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ After
Method
After
callbacks.go:222–225 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
220
}
221
222
func
(c *callback) After(name string) *callback {
223
c.after = name
224
return
c
225
}
226
227
func
(c *callback) Register(name string, fn
func
(*DB)) error {
228
c.name = name
Callers
8
Get
Method · 0.45
Peek
Method · 0.45
KeyValues
Method · 0.45
Keys
Method · 0.45
Values
Method · 0.45
TestPreloadManyToManyCallbacks
Function · 0.45
TestPluginCallbacks
Function · 0.45
TestCallbacksRemove
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestPreloadManyToManyCallbacks
Function · 0.36
TestPluginCallbacks
Function · 0.36
TestCallbacksRemove
Function · 0.36