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

Function collForEach

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

Source from the content-addressed store, hash-verified

107var collValues = (coll) => [...coll?.values() ?? []];
108var collClear = (coll) => coll.clear();
109var collForEach = (coll, cb) => coll?.forEach(cb);
110var collDel = (coll, keyOrValue) => coll?.delete(keyOrValue);
111var object = Object;
112var getPrototypeOf = (obj) => object.getPrototypeOf(obj);

Callers 15

mapForEachFunction · 0.70
mapToObjFunction · 0.70
mapCloneFunction · 0.70
processTableFunction · 0.70
deepFunction · 0.70
callListenersFunction · 0.70
updateStoreFunction · 0.70
setIndexDefinitionFunction · 0.70
forEachSliceImplFunction · 0.70
addDefaultsToRowFunction · 0.70
addDefaultsToValuesFunction · 0.70
callInvalidCellListenersFunction · 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…