MCPcopy Create free account
hub / github.com/nodejs/node / indicesOf

Function indicesOf

test/fixtures/snapshot/typescript.js:977–979  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

975 return i;
976 }
977 function indicesOf(array) {
978 return array.map(selectIndex);
979 }
980 ts.indicesOf = indicesOf;
981 function deduplicateRelational(array, equalityComparer, comparer) {
982 // Perform a stable sort of the array. This ensures the first entry in a list of

Callers 2

deduplicateRelationalFunction · 0.85
stableSortFunction · 0.85

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected