MCPcopy
hub / github.com/go-gorm/gorm / OrConditions

Struct OrConditions

clause/where.go:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138type OrConditions struct {
139 Exprs []Expression
140}
141
142func (or OrConditions) Build(builder Builder) {
143 if len(or.Exprs) > 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected