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

Function Sf

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

Source from the content-addressed store, hash-verified

8146 return (r < e && e < 180 + r) == (t === o) ? "left" : "right";
8147 }
8148 function Sf(e, t) {
8149 const n = "x" === t ? "x2" : "y2",
8150 i = e.fieldDef(t),
8151 r = e.fieldDef(n),
8152 o = i ? i.title : void 0,
8153 a = r ? r.title : void 0;
8154 return o && a
8155 ? Wn(o, a)
8156 : o || a || (void 0 !== o ? o : void 0 !== a ? a : void 0);
8157 }
8158 class Df extends $c {
8159 clone() {
8160 return new Df(null, l(this.transform));

Callers 2

vega-lite.min.jsFile · 0.70
DpFunction · 0.70

Calls 2

WnFunction · 0.85
fieldDefMethod · 0.45

Tested by

no test coverage detected