Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d3/d3-array
/ permute
Function
permute
src/permute.js:1–3 ·
view source on GitHub ↗
(source, keys)
Source
from the content-addressed store, hash-verified
1
export
default
function
permute(source, keys) {
2
return
Array.from(keys, key => source[key]);
3
}
Callers
2
permute-test.js
File · 0.90
sort
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…