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

Function box

test/bisector-test.js:369–371  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

367});
368
369function box(value) {
370 return {value: value};
371}
372
373function unbox(box) {
374 return box.value;

Callers 1

bisector-test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected