(val []byte)
| 1089 | } |
| 1090 | |
| 1091 | func NewByteNotEqualPredicate(val []byte) ByteNotEqualPredicate { |
| 1092 | return ByteNotEqualPredicate{value: val} |
| 1093 | } |
| 1094 | |
| 1095 | func (p ByteNotEqualPredicate) String() string { |
| 1096 | return fmt.Sprintf("ByteNotEqualPredicate{%s}", p.value) |
no outgoing calls
no test coverage detected