MCPcopy
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
117type AndConditions struct {
118 Exprs []Expression
119}
120
121func (and AndConditions) Build(builder Builder) {
122 if len(and.Exprs) > 1 {

Callers 1

BuildConditionMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected