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

Method setWithExplicit

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

Source from the content-addressed store, hash-verified

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);
5399 }
5400 set(e, t, n) {
5401 return (
5402 delete this[n ? "implicit" : "explicit"][e],

Callers 8

copyAllMethod · 0.95
udFunction · 0.80
lmFunction · 0.80
constructorMethod · 0.80
TmFunction · 0.80
jmFunction · 0.80
fpFunction · 0.80
SpFunction · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected