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

Function xc

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

Source from the content-addressed store, hash-verified

5506 );
5507 })({});
5508 function xc(e) {
5509 let { invalid: t, isPath: n } = e;
5510 switch (po(t, { isPath: n })) {
5511 case "filter":
5512 return {
5513 marks: "exclude-invalid-values",
5514 scales: "exclude-invalid-values",
5515 };
5516 case "break-paths-show-domains":
5517 return {
5518 marks: n ? "include-invalid-values" : "exclude-invalid-values",
5519 scales: "include-invalid-values",
5520 };
5521 case "break-paths-filter-domains":
5522 return {
5523 marks: n ? "include-invalid-values" : "exclude-invalid-values",
5524 scales: "exclude-invalid-values",
5525 };
5526 case "show":
5527 return {
5528 marks: "include-invalid-values",
5529 scales: "include-invalid-values",
5530 };
5531 }
5532 }
5533 class $c {
5534 _children = [];
5535 _parent = null;

Callers 2

fmFunction · 0.70
hpFunction · 0.70

Calls 1

poFunction · 0.70

Tested by

no test coverage detected