MCPcopy Index your code
hub / github.com/microsoft/SandDance / addFilter

Function addFilter

docs/app/js/sanddance-app.js:108045–108047  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

108043 return (t)=>map[tupleid(t)] ? null : t;
108044}
108045function addFilter(a, b) {
108046 return a ? (t, i)=>a(t, i) && b(t, i) : b;
108047}
108048Pulse.prototype = {
108049 /**
108050 * Sentinel value indicating pulse propagation should stop.

Callers 1

filterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected