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

Function dn

resources/vega-lite.min.js:729–737  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

727 const un = new Set(["count", "sum", "distinct", "valid", "missing"]),
728 fn = new Set(["mean", "average", "median", "q1", "q3", "min", "max"]);
729 function dn(e) {
730 return (
731 t.isBoolean(e) && (e = Oa(e, void 0)),
732 "bin" +
733 D(e)
734 .map((t) => (hn(e[t]) ? C(`_${t}_${O(e[t])}`) : C(`_${t}_${e[t]}`)))
735 .join("")
736 );
737 }
738 function mn(e) {
739 return !0 === e || (gn(e) && !e.binned);
740 }

Callers 2

maFunction · 0.85
bdFunction · 0.85

Calls 6

DFunction · 0.85
hnFunction · 0.85
OaFunction · 0.70
CFunction · 0.70
OFunction · 0.70
mapMethod · 0.45

Tested by

no test coverage detected