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

Method parse

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

Source from the content-addressed store, hash-verified

11881 return this.getSizeSignalRef("height");
11882 }
11883 parse() {
11884 (this.parseScale(),
11885 this.parseLayoutSize(),
11886 this.renameTopLevelLayoutSizeSignal(),
11887 this.parseSelections(),
11888 this.parseProjection(),
11889 this.parseData(),
11890 this.parseAxesAndHeaders(),
11891 this.parseLegends(),
11892 this.parseMarkGroup());
11893 }
11894 parseScale() {
11895 !(function (e) {
11896 let { ignoreRange: t } =

Callers

nothing calls this directly

Calls 9

parseScaleMethod · 0.95
parseProjectionMethod · 0.95
parseLegendsMethod · 0.95
parseLayoutSizeMethod · 0.45
parseSelectionsMethod · 0.45
parseDataMethod · 0.45
parseAxesAndHeadersMethod · 0.45
parseMarkGroupMethod · 0.45

Tested by

no test coverage detected