MCPcopy Index your code
hub / github.com/plotly/plotly.js / compareOrientedCells

Function compareOrientedCells

stackgl_modules/index.js:9729–9731  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

9727module.exports = compareOrientedCells
9728
9729function compareOrientedCells(a, b) {
9730 return compareCells(a, b) || parity(a) - parity(b)
9731}
9732
9733
9734/***/ }),

Callers

nothing calls this directly

Calls 1

compareCellsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…