Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Before
Method
Before
callbacks.go:217–220 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
215
}
216
217
func
(c *callback) Before(name string) *callback {
218
c.before = name
219
return
c
220
}
221
222
func
(c *callback) After(name string) *callback {
223
c.after = name
Callers
4
addToBucket
Method · 0.45
TestPluginCallbacks
Function · 0.45
TestCallbacksGet
Function · 0.45
TestCallbacksRemove
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestPluginCallbacks
Function · 0.36
TestCallbacksGet
Function · 0.36
TestCallbacksRemove
Function · 0.36