()
| 556 | type NilValuePredicate struct{} |
| 557 | |
| 558 | func NewNilValuePredicate() NilValuePredicate { |
| 559 | return NilValuePredicate{} |
| 560 | } |
| 561 | |
| 562 | func (p NilValuePredicate) String() string { |
| 563 | return "NilValuePredicate{}" |
no outgoing calls
no test coverage detected