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

Method assembleLayoutSignals

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

Source from the content-addressed store, hash-verified

13399 return (this.children.forEach((e) => e.assembleSignals()), []);
13400 }
13401 assembleLayoutSignals() {
13402 const e = Wf(this);
13403 for (const t of this.children) e.push(...t.assembleLayoutSignals());
13404 return e;
13405 }
13406 assembleSelectionData(e) {
13407 return this.children.reduce((e, t) => t.assembleSelectionData(e), e);
13408 }

Callers

nothing calls this directly

Calls 2

WfFunction · 0.85
assembleLayoutSignalsMethod · 0.45

Tested by

no test coverage detected