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

Function kr

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

Source from the content-addressed store, hash-verified

1521 $r = new Set([...vr, ...xr, "sequential", "identity"]),
1522 wr = new Set(["ordinal", "bin-ordinal", "point", "band"]);
1523 function kr(e) {
1524 return wr.has(e);
1525 }
1526 function Sr(e) {
1527 return $r.has(e);
1528 }

Callers 13

woFunction · 0.85
GoFunction · 0.85
FuFunction · 0.85
vega-lite.min.jsFile · 0.85
IfFunction · 0.85
fmFunction · 0.85
SmFunction · 0.85
zmFunction · 0.85
EmFunction · 0.85
getSizeSignalRefMethod · 0.85
dpFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected