(props)
| 142942 | return true; |
| 142943 | } |
| 142944 | function removePredicate(props) { |
| 142945 | return (_)=>equalObject(props, _); |
| 142946 | } |
| 142947 | function modify(name, insert, remove, toggle, modify1, values) { |
| 142948 | const df = this.context.dataflow, data5 = this.context.data[name], input = data5.input, stamp = df.stamp(); |
| 142949 | let changes = data5.changes, predicate, key; |