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

Function unbox

test/bisector-test.js:373–375  ·  view source on GitHub ↗
(box)

Source from the content-addressed store, hash-verified

371}
372
373function unbox(box) {
374 return box.value;
375}
376
377function ascendingBox(a, b) {
378 return ascending(a.value, b.value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…