| 15 | type falseSpec struct{} |
| 16 | |
| 17 | type falsePredicate struct{} |
| 18 | |
| 19 | // NewFalse provides a predicate spec to create a Predicate instance that evaluates to false |
| 20 | func NewFalse() routing.PredicateSpec { return &falseSpec{} } |
nothing calls this directly
no outgoing calls
no test coverage detected