MCPcopy Index your code
hub / github.com/tinyplex/tinybase / arrayForEach

Function arrayForEach

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

Source from the content-addressed store, hash-verified

88);
89var arraySort = (array, sorter) => array.sort(sorter);
90var arrayForEach = (array, cb) => array.forEach(cb);
91var arrayMap = (array, cb) => array.map(cb);
92var arraySum = (array) => arrayReduce(array, (i, j) => i + j, 0);
93var arrayIsEmpty = (array) => size(array) == 0;

Callers 15

objForEachFunction · 0.70
addStoreListenersFunction · 0.70
delStoreListenersFunction · 0.70
setDefinitionAndListenFunction · 0.70
deepFunction · 0.70
callListenersFunction · 0.70
callWithIdsFunction · 0.70
clearCheckpointIdsFunction · 0.70
getHashFunction · 0.70
setIndexDefinitionFunction · 0.70
finishTransactionFunction · 0.70
addPreStoreListenerFunction · 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…