(props)
| 130451 | } |
| 130452 | |
| 130453 | function removePredicate(props) { |
| 130454 | return _ => equalObject(props, _); |
| 130455 | } |
| 130456 | |
| 130457 | function _default(name, insert, remove, toggle, modify, values) { |
| 130458 | let df = this.context.dataflow, |
no test coverage detected