Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Where
Struct
Where
clause/where.go:13–15 · clause/where.go::Where
Where where clause
Source
from the content-addressed store, hash-verified
11
12
// Where where clause
13
type
Where
struct
{
14
Exprs []Expression
15
}
16
17
// Name where clause name
18
func
(where Where) Name() string {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected