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

Function pr

resources/vega-lite.min.js:1485–1493  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

1483 threshold: "discretizing",
1484 };
1485 function pr(e, t) {
1486 const n = mr[e],
1487 i = mr[t];
1488 return (
1489 n === i ||
1490 ("ordinal-position" === n && "time" === i) ||
1491 ("ordinal-position" === i && "time" === n)
1492 );
1493 }
1494 const gr = {
1495 linear: 0,
1496 log: 1,

Callers 1

MmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected