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

Function forEachValue

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:2259–2262  ·  view source on GitHub ↗
(valueCallback)

Source from the content-addressed store, hash-verified

2257 (cellId, cell) => cellCallback(cellId, decodeIfJson(cell))
2258 );
2259 const forEachValue = (valueCallback) => mapForEach(
2260 valuesMap,
2261 (valueId, value) => valueCallback(valueId, decodeIfJson(value))
2262 );
2263 const addSortedRowIdsListener = (tableIdOrArgs, cellIdOrListener, descendingOrMutator, offset, limit, listener, mutator) => isObject(tableIdOrArgs) ? addSortedRowIdsListenerImpl(
2264 tableIdOrArgs.tableId,
2265 tableIdOrArgs.cellId,

Callers

nothing calls this directly

Calls 2

mapForEachFunction · 0.70
decodeIfJsonFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…