ByteNotInPredicate checks for any of the given strings. Case-sensitive exact byte matching
| 105 | |
| 106 | // ByteNotInPredicate checks for any of the given strings. Case-sensitive exact byte matching |
| 107 | type ByteNotInPredicate struct { |
| 108 | values [][]byte |
| 109 | } |
| 110 | |
| 111 | var _ Predicate = (*ByteNotInPredicate)(nil) |
| 112 |
nothing calls this directly
no outgoing calls
no test coverage detected