MCPcopy Index your code
hub / github.com/ent/ent / False

Method False

dialect/sql/builder.go:791–795  ·  view source on GitHub ↗

False appends FALSE to the predicate.

()

Source from the content-addressed store, hash-verified

789
790// False appends FALSE to the predicate.
791func (p *Predicate) False() *Predicate {
792 return p.Append(func(b *Builder) {
793 b.WriteString("FALSE")
794 })
795}
796
797// Not wraps the given predicate with the not predicate.
798//

Callers 15

InMethod · 0.95
NotInMethod · 0.95
TypesFunction · 0.80
SanityFunction · 0.80
SelectFunction · 0.80
NillableRequiredFunction · 0.80
RelationFunction · 0.80
UniqueConstraintFunction · 0.80
DefaultValueFunction · 0.80
ImmutableValueFunction · 0.80
CreateBulkFunction · 0.80
ConstraintChecksFunction · 0.80

Calls 2

AppendMethod · 0.95
WriteStringMethod · 0.80

Tested by 15

TypesFunction · 0.64
SanityFunction · 0.64
SelectFunction · 0.64
NillableRequiredFunction · 0.64
RelationFunction · 0.64
UniqueConstraintFunction · 0.64
DefaultValueFunction · 0.64
ImmutableValueFunction · 0.64
CreateBulkFunction · 0.64
ConstraintChecksFunction · 0.64
ExtValueScanFunction · 0.64
O2OSelfRefFunction · 0.64