MCPcopy
hub / github.com/microsoft/SandDance / removePredicate

Function removePredicate

docs/app/js/sanddance-app.js:142944–142946  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

142942 return true;
142943}
142944function removePredicate(props) {
142945 return (_)=>equalObject(props, _);
142946}
142947function 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;

Callers 1

modifyFunction · 0.70

Calls 1

equalObjectFunction · 0.70

Tested by

no test coverage detected