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

Method parse

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

Source from the content-addressed store, hash-verified

9753 return 0 === D(o).length || i.parseNothing ? null : new Cd(e, o);
9754 }
9755 get parse() {
9756 return this._parse;
9757 }
9758 merge(e) {
9759 ((this._parse = { ...this._parse, ...e.parse }), e.remove());
9760 }

Callers 3

_aFunction · 0.45
parseSelectionsMethod · 0.45
vega-lite.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected