(vals []bool)
| 1381 | } |
| 1382 | |
| 1383 | func NewBoolNotInPredicate(vals []bool) BoolNotInPredicate { |
| 1384 | return BoolNotInPredicate{values: vals} |
| 1385 | } |
| 1386 | |
| 1387 | func (p BoolNotInPredicate) String() string { |
| 1388 | return fmt.Sprintf("BoolNotInPredicate{%v}", p.values) |
no outgoing calls
no test coverage detected