Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d3/d3-array
/ box
Function
box
test/max-test.js:93–95 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
91
});
92
93
function
box(value) {
94
return
{value: value};
95
}
96
97
function
unbox(box) {
98
return
box.value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected