MCPcopy
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
217func (c *callback) Before(name string) *callback {
218 c.before = name
219 return c
220}
221
222func (c *callback) After(name string) *callback {
223 c.after = name

Callers 4

addToBucketMethod · 0.45
TestPluginCallbacksFunction · 0.45
TestCallbacksGetFunction · 0.45
TestCallbacksRemoveFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestPluginCallbacksFunction · 0.36
TestCallbacksGetFunction · 0.36
TestCallbacksRemoveFunction · 0.36