MCPcopy Create free account
hub / github.com/d3/d3-array / ascendingBox

Function ascendingBox

test/bisector-test.js:377–379  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

375}
376
377function ascendingBox(a, b) {
378 return ascending(a.value, b.value);
379}
380
381function ascendingBoxValue(a, value) {
382 return ascending(a.value, value);

Callers

nothing calls this directly

Calls 1

ascendingFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…