MCPcopy 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

1export default function permute(source, keys) {
2 return Array.from(keys, key => source[key]);
3}

Callers 2

permute-test.jsFile · 0.90
sortFunction · 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…