Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
296
func
(neq Neq) NegationBuild(builder Builder) {
297
Eq(neq).Build(builder)
298
}
299
300
// Gt greater than for where
301
type
Gt Eq
Callers
nothing calls this directly
Calls
2
Eq
Struct · 0.85
Build
Method · 0.65
Tested by
no test coverage detected