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

Function br

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

Source from the content-addressed store, hash-verified

1515 const yr = new Set(["linear", "log", "pow", "sqrt", "symlog"]),
1516 vr = new Set([...yr, "time", "utc"]);
1517 function br(e) {
1518 return yr.has(e);
1519 }
1520 const xr = new Set(["quantile", "quantize", "threshold"]),
1521 $r = new Set([...vr, ...xr, "sequential", "identity"]),
1522 wr = new Set(["ordinal", "bin-ordinal", "point", "band"]);

Callers 2

EmFunction · 0.70
OpFunction · 0.70

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected