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

Method set

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

Source from the content-addressed store, hash-verified

5398 void 0 !== n && this.set(e, n, i);
5399 }
5400 set(e, t, n) {
5401 return (
5402 delete this[n ? "implicit" : "explicit"][e],
5403 (this[n ? "explicit" : "implicit"][e] = t),
5404 this
5405 );
5406 }
5407 copyKeyFromSplit(e, t) {
5408 let { explicit: n, implicit: i } = t;
5409 void 0 !== n[e]

Callers 15

setWithExplicitMethod · 0.95
copyKeyFromSplitMethod · 0.95
copyKeyFromObjectMethod · 0.95
vega-lite.min.jsFile · 0.45
cdFunction · 0.45
ydFunction · 0.45
getNodeDepthsMethod · 0.45
lmFunction · 0.45
mmFunction · 0.45
NmFunction · 0.45
fpFunction · 0.45
hpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected