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

Method parseSelections

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

Source from the content-addressed store, hash-verified

12924 up(this);
12925 }
12926 parseSelections() {
12927 (this.child.parseSelections(),
12928 (this.component.selection = this.child.component.selection),
12929 Object.values(this.component.selection).some((e) => af(e)) && ki(ti));
12930 }
12931 parseMarkGroup() {
12932 this.child.parseMarkGroup();
12933 }

Callers 3

parseMethod · 0.45
parseSelectionsMethod · 0.45
parseSelectionsMethod · 0.45

Calls 2

afFunction · 0.70
kiFunction · 0.70

Tested by

no test coverage detected