Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d3/d3-array
/ box
Function
box
test/variance-test.js:69–71 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
67
});
68
69
function
box(value) {
70
return
{value: value};
71
}
72
73
function
unbox(box) {
74
return
box.value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected