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

Function cn

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

Source from the content-addressed store, hash-verified

722 }
723 const ln = new Set(["count", "valid", "missing", "distinct"]);
724 function cn(e) {
725 return t.isString(e) && ln.has(e);
726 }
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) {

Callers 4

yoFunction · 0.70
FaFunction · 0.70
TuFunction · 0.70
makeMethod · 0.70

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected