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

Function forEachValue

src/store/index.ts:2051–2054  ·  view source on GitHub ↗
(valueCallback: ValueCallback)

Source from the content-addressed store, hash-verified

2049 );
2050
2051 const forEachValue = (valueCallback: ValueCallback): void =>
2052 mapForEach(valuesMap, (valueId, value) =>
2053 valueCallback(valueId, decodeIfJson(value) as Value),
2054 );
2055
2056 const addSortedRowIdsListener = (
2057 tableIdOrArgs: Id | SortedRowIdsArgs,

Callers

nothing calls this directly

Calls 2

mapForEachFunction · 0.90
decodeIfJsonFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…