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

Method getWithExplicit

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

Source from the content-addressed store, hash-verified

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] }
5392 : void 0 !== this.implicit[e]
5393 ? { explicit: !1, value: this.implicit[e] }
5394 : { explicit: !1, value: void 0 };
5395 }
5396 setWithExplicit(e, t) {
5397 let { value: n, explicit: i } = t;
5398 void 0 !== n && this.set(e, n, i);

Callers 11

copyAllMethod · 0.80
udFunction · 0.80
makeWithAncestorsMethod · 0.80
lmFunction · 0.80
jmFunction · 0.80
MmFunction · 0.80
fpFunction · 0.80
hpFunction · 0.80
kpFunction · 0.80
SpFunction · 0.80
parseAxesAndHeadersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected