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

Method get

resources/vega-lite.min.js:5386–5388  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5384 return { ...this.explicit, ...this.implicit };
5385 }
5386 get(e) {
5387 return U(this.explicit[e], this.implicit[e]);
5388 }
5389 getWithExplicit(e) {
5390 return void 0 !== this.explicit[e]
5391 ? { explicit: !0, value: this.explicit[e] }

Callers 15

makeWithAncestorsMethod · 0.95
XFunction · 0.45
yoFunction · 0.45
woFunction · 0.45
vega-lite.min.jsFile · 0.45
FuFunction · 0.45
OuFunction · 0.45
HuFunction · 0.45
QuFunction · 0.45
hfFunction · 0.45
IfFunction · 0.45
VfFunction · 0.45

Calls 1

UFunction · 0.70

Tested by

no test coverage detected