MCPcopy
hub / github.com/ent/ent / Not

Method Not

dialect/sql/builder.go:2002–2005  ·  view source on GitHub ↗

Not sets the next coming predicate with not.

()

Source from the content-addressed store, hash-verified

2000
2001// Not sets the next coming predicate with not.
2002func (s *Selector) Not() *Selector {
2003 s.not = true
2004 return s
2005}
2006
2007// Or sets the next coming predicate with OR operator (disjunction).
2008func (s *Selector) Or() *Selector {

Callers 1

NotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected