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

Method assembleLayoutSignals

resources/vega-lite.min.js:14646–14651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14644 );
14645 }
14646 assembleLayoutSignals() {
14647 return this.children.reduce(
14648 (e, t) => e.concat(t.assembleLayoutSignals()),
14649 Wf(this),
14650 );
14651 }
14652 assembleSelectionData(e) {
14653 return this.children.reduce((e, t) => t.assembleSelectionData(e), e);
14654 }

Callers

nothing calls this directly

Calls 2

WfFunction · 0.85
assembleLayoutSignalsMethod · 0.45

Tested by

no test coverage detected