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

Method NegationBuild

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

Source from the content-addressed store, hash-verified

307}
308
309func (gt Gt) NegationBuild(builder Builder) {
310 Lte(gt).Build(builder)
311}
312
313// Gte greater than or equal to for where
314type Gte Eq

Callers

nothing calls this directly

Calls 2

LteTypeAlias · 0.85
BuildMethod · 0.65

Tested by

no test coverage detected