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

Method NegationBuild

clause/expression.go:322–324  ·  clause/expression.go::Gte.NegationBuild
(builder Builder)

Source from the content-addressed store, hash-verified

320}
321
322func (gte Gte) NegationBuild(builder Builder) {
323 Lt(gte).Build(builder)
324}
325
326// Lt less than for where
327type Lt Eq

Callers

nothing calls this directly

Calls 2

LtTypeAlias · 0.85
BuildMethod · 0.65

Tested by

no test coverage detected