Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
190
func
(p *processor) Replace(name string, fn
func
(*DB)) error {
191
return
(&callback{processor: p}).Replace(name, fn)
192
}
193
194
func
(p *processor) compile() (err error) {
195
var
callbacks []*callback
Callers
nothing calls this directly
Calls
1
Replace
Method · 0.65
Tested by
no test coverage detected