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

Method NegationBuild

clause/expression.go:296–298  ·  view source on GitHub ↗
(builder Builder)

Source from the content-addressed store, hash-verified

294}
295
296func (neq Neq) NegationBuild(builder Builder) {
297 Eq(neq).Build(builder)
298}
299
300// Gt greater than for where
301type Gt Eq

Callers

nothing calls this directly

Calls 2

EqStruct · 0.85
BuildMethod · 0.65

Tested by

no test coverage detected