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

Method NegationBuild

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

Source from the content-addressed store, hash-verified

333}
334
335func (lt Lt) NegationBuild(builder Builder) {
336 Gte(lt).Build(builder)
337}
338
339// Lte less than or equal to for where
340type Lte Eq

Callers

nothing calls this directly

Calls 2

GteTypeAlias · 0.85
BuildMethod · 0.65

Tested by

no test coverage detected