MCPcopy
hub / github.com/go-gorm/gorm / Replace

Method Replace

callbacks.go:190–192  ·  callbacks.go::processor.Replace
(name string, fn func(*DB))

Source from the content-addressed store, hash-verified

188}
189
190func (p *processor) Replace(name string, fn func(*DB)) error {
191 return (&callback{processor: p}).Replace(name, fn)
192}
193
194func (p *processor) compile() (err error) {
195 var callbacks []*callback

Callers

nothing calls this directly

Calls 1

ReplaceMethod · 0.65

Tested by

no test coverage detected