Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ NotConditions
Struct
NotConditions
clause/where.go:164–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
type
NotConditions
struct
{
165
Exprs []Expression
166
}
167
168
func
(not NotConditions) Build(builder Builder) {
169
anyNegationBuilder := false
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected