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

Function cf

resources/vega-lite.min.js:7690–7701  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

7688 : "datum" === e.object.name;
7689 }
7690 function cf(e) {
7691 const n = t.parseExpression(e),
7692 i = new Set();
7693 return (
7694 n.visit((e) => {
7695 "MemberExpression" === e.type &&
7696 lf(e) &&
7697 i.add(sf(e).slice(1).join("."));
7698 }),
7699 i
7700 );
7701 }
7702 class uf extends $c {
7703 clone() {
7704 return new uf(null, this.model, l(this.filter));

Callers 2

constructorMethod · 0.70
constructorMethod · 0.70

Calls 3

lfFunction · 0.70
sfFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected