Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d3/d3-array
/ box
Function
box
test/mean-test.js:86–88 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
84
});
85
86
function
box(value) {
87
return
{value: value};
88
}
89
90
function
unbox(box) {
91
return
box.value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected