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

Function box

test/mode-test.js:90–92  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

88});
89
90function box(value) {
91 return {value: value};
92}
93
94function unbox(box) {
95 return box.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected