MCPcopy Create free account
hub / github.com/alignoth/alignoth / qa

Function qa

resources/vega.min.js:3703–3711  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

3701 return (zt(t, e, (t) => n.push(t)), n);
3702 }
3703 function qa(t, e) {
3704 const n = {};
3705 return (
3706 t.visit(e, (t) => {
3707 n[ma(t)] = 1;
3708 }),
3709 (t) => (n[ma(t)] ? null : t)
3710 );
3711 }
3712 function Pa(t, e) {
3713 return t ? (n, r) => t(n, r) && e(n, r) : e;
3714 }

Callers 2

reflowFunction · 0.85
visitFunction · 0.85

Calls 1

maFunction · 0.70

Tested by

no test coverage detected