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

Method constructor

resources/vega-lite.min.js:7706–7712  ·  view source on GitHub ↗
(e, t, n)

Source from the content-addressed store, hash-verified

7704 return new uf(null, this.model, l(this.filter));
7705 }
7706 constructor(e, t, n) {
7707 (super(e),
7708 (this.model = t),
7709 (this.filter = n),
7710 (this.expr = mf(this.model, this.filter, this)),
7711 (this._dependentFields = cf(this.expr)));
7712 }
7713 dependentFields() {
7714 return this._dependentFields;
7715 }

Callers

nothing calls this directly

Calls 2

mfFunction · 0.70
cfFunction · 0.70

Tested by

no test coverage detected