Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ processor
Struct
processor
callbacks.go:33–38 · callbacks.go::processor
Source
from the content-addressed store, hash-verified
31
}
32
33
type
processor
struct
{
34
db *DB
35
Clauses []string
36
fns []
func
(*DB)
37
callbacks []*callback
38
}
39
40
type
callback
struct
{
41
name string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected