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

Function ko

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

Source from the content-addressed store, hash-verified

1944 );
1945 }
1946 function ko(e, t) {
1947 return p(["x", "x2"], e) && "width" === t
1948 ? { field: { group: "width" } }
1949 : p(["y", "y2"], e) && "height" === t
1950 ? { field: { group: "height" } }
1951 : Pn(t);
1952 }
1953 function So(e) {
1954 return e && "number" !== e && "time" !== e;
1955 }

Callers 3

woFunction · 0.70
vuFunction · 0.70
DuFunction · 0.70

Calls 2

PnFunction · 0.85
pFunction · 0.70

Tested by

no test coverage detected