()
| 189 | } |
| 190 | |
| 191 | func (f valuesFilter) String() string { |
| 192 | return fmt.Sprintf("FilterValues(%s, %v)", function.NameOf(f.fnc), f.opt) |
| 193 | } |
| 194 | |
| 195 | // Ignore is an [Option] that causes all comparisons to be ignored. |
| 196 | // This value is intended to be combined with [FilterPath] or [FilterValues]. |