Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d3/d3-array
/ subset
Function
subset
src/subset.js:3–5 ·
view source on GitHub ↗
(values, other)
Source
from the content-addressed store, hash-verified
1
import
superset from
"./superset.js"
;
2
3
export
default
function
subset(values, other) {
4
return
superset(other, values);
5
}
Callers
1
subset-test.js
File · 0.90
Calls
1
superset
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…