Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d3/d3-array
/ box
Function
box
test/deviation-test.js:57–59 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
55
});
56
57
function
box(value) {
58
return
{value: value};
59
}
60
61
function
unbox(box) {
62
return
box.value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected