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

Method parseData

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

Source from the content-addressed store, hash-verified

14573 });
14574 }
14575 parseData() {
14576 this.component.data = hp(this);
14577 for (const e of this.children) e.parseData();
14578 }
14579 parseLayoutSize() {
14580 var e;
14581 (up((e = this)), fp(e, "width"), fp(e, "height"));

Callers

nothing calls this directly

Calls 2

hpFunction · 0.70
parseDataMethod · 0.45

Tested by

no test coverage detected