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

Function box

test/sum-test.js:87–89  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

85});
86
87function box(value) {
88 return {value: value};
89}
90
91function unbox(box) {
92 return box.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected