Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Query
Method
Query
callbacks.go:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(cs *callbacks) Query() *processor {
56
return
cs.processors[
"query"
]
57
}
58
59
func
(cs *callbacks) Update() *processor {
60
return
cs.processors[
"update"
]
Callers
10
AddVar
Method · 0.80
First
Method · 0.80
Take
Method · 0.80
Last
Method · 0.80
Find
Method · 0.80
Count
Method · 0.80
Pluck
Method · 0.80
Build
Method · 0.80
RegisterDefaultCallbacks
Function · 0.80
TestPreloadManyToManyCallbacks
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestPreloadManyToManyCallbacks
Function · 0.64