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

Function getSliceRowIds

src/indexes/index.ts:253–254  ·  view source on GitHub ↗
(indexId: Id, sliceId: Id)

Source from the content-addressed store, hash-verified

251 const getSliceIds = (indexId: Id): Ids => mapKeys(getIndex(indexId));
252
253 const getSliceRowIds = (indexId: Id, sliceId: Id): Ids =>
254 collValues(mapGet(getIndex(indexId), sliceId));
255
256 const addSliceIdsListener = (
257 indexId: IdOrNull,

Callers

nothing calls this directly

Calls 2

collValuesFunction · 0.90
mapGetFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…