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

Struct NotConditions

clause/where.go:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164type NotConditions struct {
165 Exprs []Expression
166}
167
168func (not NotConditions) Build(builder Builder) {
169 anyNegationBuilder := false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected