MCPcopy
hub / github.com/ent/ent / IsFalse

Function IsFalse

dialect/sql/builder.go:850–852  ·  view source on GitHub ↗

IsFalse appends a predicate that checks if the column value is falsey.

(col string)

Source from the content-addressed store, hash-verified

848
849// IsFalse appends a predicate that checks if the column value is falsey.
850func IsFalse(col string) *Predicate {
851 return P().IsFalse(col)
852}
853
854// IsFalse appends a predicate that checks if the column value is falsey.
855func (p *Predicate) IsFalse(col string) *Predicate {

Callers 2

EQMethod · 0.85
NEQMethod · 0.85

Calls 2

IsFalseMethod · 0.80
PFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…