Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d3/d3-array
/ box
Function
box
test/bisector-test.js:369–371 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
367
});
368
369
function
box(value) {
370
return
{value: value};
371
}
372
373
function
unbox(box) {
374
return
box.value;
Callers
1
bisector-test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected