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

Function forEachSlice

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:920–920  ·  view source on GitHub ↗
(indexId, sliceCallback)

Source from the content-addressed store, hash-verified

918 )
919 );
920 const forEachSlice = (indexId, sliceCallback) => forEachSliceImpl(indexId, sliceCallback, getIndex(indexId));
921 const forEachSliceImpl = (indexId, sliceCallback, slices) => {
922 const tableId = getTableId(indexId);
923 collForEach(

Callers

nothing calls this directly

Calls 1

forEachSliceImplFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…