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

Function Ef

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

Source from the content-addressed store, hash-verified

8284 return i;
8285 }
8286 function Ef(e, n) {
8287 const { sort: i } = e;
8288 return Lo(i)
8289 ? { field: ma(i, { expr: "datum" }), order: i.order ?? "ascending" }
8290 : t.isArray(i)
8291 ? { field: Ff(e, n, { expr: "datum" }), order: "ascending" }
8292 : { field: ma(e, { expr: "datum" }), order: i ?? "ascending" };
8293 }
8294 function Mf(e, t, n) {
8295 const {
8296 format: i,

Callers 1

RfFunction · 0.85

Calls 3

LoFunction · 0.85
maFunction · 0.70
FfFunction · 0.70

Tested by

no test coverage detected