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

Method addDimensions

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

Source from the content-addressed store, hash-verified

12637 (super(e), (this.transform = t));
12638 }
12639 addDimensions(e) {
12640 this.transform.groupby = b(
12641 (this.transform.groupby ?? []).concat(e),
12642 (e) => e,
12643 );
12644 }
12645 producedFields() {}
12646 dependentFields() {
12647 return new Set([

Callers

nothing calls this directly

Calls 1

bFunction · 0.70

Tested by

no test coverage detected