Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ AndConditions
Struct
AndConditions
clause/where.go:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
type
AndConditions
struct
{
118
Exprs []Expression
119
}
120
121
func
(and AndConditions) Build(builder Builder) {
122
if
len(and.Exprs) > 1 {
Callers
1
BuildCondition
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected