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

Function nR

resources/vega.min.js:30710–30726  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

30708 );
30709 }
30710 function nR(t, e) {
30711 return (
30712 t &&
30713 (t.field || t.op
30714 ? t.field || "count" === t.op
30715 ? e &&
30716 t.field &&
30717 t.op &&
30718 !YO[t.op] &&
30719 s("Multiple domain scales can not be sorted using " + t.op)
30720 : s("No field provided for sort aggregate op: " + t.op)
30721 : A(t)
30722 ? (t.field = "key")
30723 : (t = { field: "key" })),
30724 t
30725 );
30726 }
30727 function rR(t, e, n) {
30728 const r = n.map((t) => {
30729 const n = e.getData(t.data);

Callers 2

KOFunction · 0.85
eRFunction · 0.85

Calls 2

sFunction · 0.70
AFunction · 0.70

Tested by

no test coverage detected