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

Method copyKeyFromSplit

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

Source from the content-addressed store, hash-verified

5405 );
5406 }
5407 copyKeyFromSplit(e, t) {
5408 let { explicit: n, implicit: i } = t;
5409 void 0 !== n[e]
5410 ? this.set(e, n[e], !0)
5411 : void 0 !== i[e] && this.set(e, i[e], !1);
5412 }
5413 copyKeyFromObject(e, t) {
5414 void 0 !== t[e] && this.set(e, t[e], !0);
5415 }

Callers

nothing calls this directly

Calls 1

setMethod · 0.95

Tested by

no test coverage detected