MCPcopy Create free account
hub / github.com/tinyplex/tinybase / arrayMap2

Function arrayMap2

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-dom/index.js:386–386  ·  view source on GitHub ↗
(array, cb)

Source from the content-addressed store, hash-verified

384var arrayIsEqual2 = (array1, array2) => size2(array1) === size2(array2) && arrayEvery2(array1, (value1, index) => array2[index] === value1);
385var arrayOrValueEqual2 = (value1, value2) => isArray2(value1) && isArray2(value2) ? arrayIsEqual2(value1, value2) : value1 === value2;
386var arrayMap2 = (array, cb) => array.map(cb);
387var object2 = Object;
388var getPrototypeOf2 = (obj) => object2.getPrototypeOf(obj);
389var objEntries2 = object2.entries;

Callers 10

objToArrayFunction · 0.70
getListenerArgumentsFunction · 0.70
argsOrGetArgsFunction · 0.70
useCellsFunction · 0.70
extraRowCellsFunction · 0.70
extraHeadersFunction · 0.70
contentFunction · 0.70
useDottedCellIdsFunction · 0.70
extraValueCellsFunction · 0.70
ValuesInHtmlTableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…