ByteInPredicate checks for any of the given strings. Case-sensitive exact byte matching
| 32 | |
| 33 | // ByteInPredicate checks for any of the given strings. Case-sensitive exact byte matching |
| 34 | type ByteInPredicate struct { |
| 35 | values [][]byte |
| 36 | } |
| 37 | |
| 38 | var _ Predicate = (*ByteInPredicate)(nil) |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected