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

Function qn

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

Source from the content-addressed store, hash-verified

991 return r;
992 }
993 function qn(e, n) {
994 return t
995 .array(e)
996 .reduce(
997 (e, t) => (
998 e.field.push(ma(t, n)),
999 e.order.push(t.sort ?? "ascending"),
1000 e
1001 ),
1002 { field: [], order: [] },
1003 );
1004 }
1005 function Un(e, t) {
1006 const n = [...e];
1007 return (

Callers 2

makeFromEncodingMethod · 0.85
RpFunction · 0.85

Calls 1

maFunction · 0.70

Tested by

no test coverage detected