Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ NegationBuild
Method
NegationBuild
clause/expression.go:265–267 · clause/expression.go::Eq.NegationBuild
(builder Builder)
Source
from the content-addressed store, hash-verified
263
}
264
265
func
(eq Eq) NegationBuild(builder Builder) {
266
Neq(eq).Build(builder)
267
}
268
269
// Neq not equal to
for
where
270
type
Neq Eq
Callers
nothing calls this directly
Calls
2
Neq
TypeAlias · 0.85
Build
Method · 0.65
Tested by
no test coverage detected