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

Method removeFormulas

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

Source from the content-addressed store, hash-verified

5673 e.remove();
5674 }
5675 removeFormulas(e) {
5676 const t = {};
5677 for (const [n, i] of O(this.timeUnits)) {
5678 const r = kc(i) ? i.as : `${i.field}_end`;
5679 e.has(r) || (t[n] = i);
5680 }
5681 this.timeUnits = t;
5682 }
5683 producedFields() {
5684 return new Set(
5685 F(this.timeUnits).map((e) => (kc(e) ? e.as : Sc(e.field))),

Callers 1

runMethod · 0.80

Calls 3

OFunction · 0.70
kcFunction · 0.70
hasMethod · 0.45

Tested by

no test coverage detected