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

Method makeExplicit

resources/vega-lite.min.js:9723–9730  ·  view source on GitHub ↗
(e, t, n)

Source from the content-addressed store, hash-verified

9721 return `Parse ${d(this._parse)}`;
9722 }
9723 static makeExplicit(e, t, n) {
9724 let i = {};
9725 const r = t.data;
9726 return (
9727 !gc(r) && r?.format?.parse && (i = r.format.parse),
9728 this.makeWithAncestors(e, i, {}, n)
9729 );
9730 }
9731 static makeWithAncestors(e, t, n, i) {
9732 for (const e of D(n)) {
9733 const t = i.getWithExplicit(e);

Callers 1

hpFunction · 0.80

Calls 2

makeWithAncestorsMethod · 0.95
gcFunction · 0.70

Tested by

no test coverage detected