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

Method parseData

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

Source from the content-addressed store, hash-verified

13357 )));
13358 }
13359 parseData() {
13360 this.component.data = hp(this);
13361 for (const e of this.children) e.parseData();
13362 }
13363 parseSelections() {
13364 this.component.selection = {};
13365 for (const e of this.children) {

Callers

nothing calls this directly

Calls 2

hpFunction · 0.70
parseDataMethod · 0.45

Tested by

no test coverage detected